@charset "utf-8";

.hide { display:none; }
.flex { display:flex; }
.justify_content_between { justify-content: space-between!important;}
.justify_content_center { justify-content: center!important;}
.justify_content_end { justify-content: flex-end!important;}
.align_items_center { align-items:center!important; }
.align_items_end { align-items:flex-end!important; }
.align_items_baseline { align-items:baseline!important; }
.line001 { line-height: 1px; }

.underline_y {
  background: linear-gradient(transparent 1.1em, #FFF100 1.1em, #FFF100 1.35em, transparent 1.35em);
}
.underline_o {
  background: linear-gradient(transparent 1.1em, #F6AA00 1.1em, #F6AA00 1.35em, transparent 1.35em);
}

.txtdN {
  text-decoration: none!important;
}

.fwn { font-weight:normal!important;}

.Arial { font-family: 'Arial'; }
.notB { font-family: 'Noto Sans JP', sans-serif; font-weight:900; }
.notM { font-family: 'Noto Sans JP', sans-serif; font-weight:600; }
.notR { font-family: 'Noto Sans JP', sans-serif; font-weight:400; }
.notL { font-family: 'Noto Sans JP', sans-serif; font-weight:200; }

.w10 { width:10%!important; }
.w15 { width:15%!important; }
.w20 { width:20%!important; }
.w25 { width:25%!important; }
.w30 { width:30%!important; }
.w35 { width:35%!important; }
.w40 { width:40%!important; }
.w45 { width:45%!important; }
.w50 { width:50%!important; }
.w55 { width:55%!important; }
.w60 { width:60%!important; }
.w65 { width:65%!important; }
.w70 { width:70%!important; }
.w75 { width:75%!important; }
.w80 { width:80%!important; }
.w85 { width:85%!important; }
.w90 { width:90%!important; }
.w95 { width:95%!important; }
.w100 { width:100%!important; }

.h0 { height:0!important}

.VCenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#input_v2 p,
#modal p,
#mobile_navi p,
#areaSelect p { margin-top: 0px;}

a.btnTypeD,
button.btnTypeD {
	display: block;
	position: relative;
	padding: 12px 20px 12px 20px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	text-align: center;
}

a.btnTypeS {
	display: inline-block;
	position: relative;
	padding: 3px 30px 3px 9px;
	background: url(/sim_contact/sim_entry_oc/img/icon/icon_search.png),-webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#eeeeee));
	background: url(/sim_contact/sim_entry_oc/img/icon/icon_search.png),linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	background-repeat: no-repeat;
	background-position: right 10px top 13px,0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	text-align: center;
}

a:link.btnTypeD, a:visited.btnTypeD, a:hover.btnTypeD,
button:link.btnTypeD, button:visited.btnTypeD, button:hover.btnTypeD,
a:link.btnTypeS, a:visited.btnTypeS, a:hover.btnTypeS {
	text-decoration: none;
	color: #333333 !important;
}

a:hover.btnTypeD, button:hover.btnTypeD,
a:hover.btnTypeS,
a:hover.btnTypeE, button:hover.btnTypeE,
a:hover.btnTypeC,
a:hover.btnTypeTT,
a:hover.btnTypeEntry,
a:hover.btnTypeEntryR,
a:hover.btnTypeSimu {
	opacity: 0.7!important;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}

a:hover.btnTypeS,
a:hover.btnTypeC,
button:hover.btnTypeE {
	cursor: pointer;
}

a.btnTypeD::after,
button.btnTypeD::after,
a.btnTypeSimu::after {
	content:"";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 1px solid #e83416;
	border-right: 1px solid #e83416;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -6px;
}

a.btnTypeE, button.btnTypeE {
	display: inline-block;
	position: relative;
	padding: 3px 17px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

a.btnTypeC {
	display: inline-block;
	position: relative;
	padding: 3px 9px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

a:link.btnTypeE,
a:visited.btnTypeE,
a:hover.btnTypeE,
a:link.btnTypeC,
a:visited.btnTypeC,
a:hover.btnTypeC {
	text-decoration: none;
	color: #333333 !important;
}

a.btnTypeE::after, button.btnTypeE::after {
	content:"";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 1px solid #e83416;
	border-left: 1px solid #e83416;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -6px;
}

a.btnTypeE::after, button.btnTypeE::after {
	width: 6px;
	height: 6px;
	left: 10px;
	margin-top: -4px;
}

a.btnTypeE.rightArrow::after, button.btnTypeE.rightArrow::after {
	border-left: none;
	border-right: 1px solid #e83416;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.btnTypeE.rightArrow::after, button.btnTypeE.rightArrow::after {
	left: auto;
	right: 10px;
}

a.btnTypeSimu {
	display: block;
	position: relative;
	padding: 12px 15px 12px;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#eeeeee));
	background: linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	text-align: center;
}

a.btnTypeSimu .iconSimulator {
	display: inline-block;
	padding: 0 8px 0 37px;
	background: url(/sim_contact/sim_entry_oc/img/icon/icon_simulator.png) no-repeat 0 50%;
}

a:link.btnTypeSimu, a:visited.btnTypeSimu, a:hover.btnTypeSimu {
	text-decoration: none;
	color: #333333;
}

.btnWidth01 {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.btnWidth02 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.btnWidth03 {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.btnWidth04 {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

a.btnTypeEntryR,
a.btnTypeEntry {
	display: block;
	position: relative;
	padding: 20px 30px 20px;
	background: #e83416;
	background: -webkit-gradient(linear,left top, left bottom,from(#eb5d45),to(#e83416));
	background: linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5d45', endColorstr='#e83416', GradientType=0);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 4px;
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	line-height: 1.2;
	color: #ffffff !important;
	text-align: center;
}

a.btnTypeEntryR.fs16,
a.btnTypeEntry.fs16 { font-size: 16px; }

a.btnTypeEntryR::after,
a.btnTypeEntry::after {
	content:"";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -5px;
}

a:link.btnTypeEntryR, a:visited.btnTypeEntryR, a:hover.btnTypeEntryR,
a:link.btnTypeEntry, a:visited.btnTypeEntry, a:hover.btnTypeEntry {
	text-decoration: none;
	color: #ffffff;
}
.btn_parent {
  position: relative;
  padding-left: 15px;
}

.bottomBtn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #333;
}
.icon_5g {
  position: absolute;
  top: -35px;
  left: 0;
  width: 64px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  padding: 2px;
}
.icon_5g span {
  background: #66C1C8;
  border-radius: 5px;
}
.icon_5g span img {
  border-radius: 5px;
}
.applyBtnTypeA {
	background-color: #eee;
	padding: 15px;
}

.applyBtn {
	margin-top: 20px;
	padding: 15px 230px 15px 80px;
}

a.btnTypeTT {
	display: block;
	position: relative;
	padding: 3px 15px;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#eeeeee));
	background: linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	text-align: center;
}

a:link.btnTypeTT, a:visited.btnTypeTT, a:hover.btnTypeTT {
	text-decoration: none;
	color: #333333 !important;
}

.btnTypeD.disable,
.btnTypeS.disable,
.btnTypeE.disable, button:hover.btnTypeE,
.btnTypeC.disable,
.btnTypeTT.disable,
.btnTypeEntry.disable,
.btnTypeEntryR.disable,
.btnTypeSimu.disable {
	opacity: 0.7!important;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	cursor: default;
}
.btn span { display:block; }
.btn.red.arrow span { background:url(/common_form/img/pack_select/icon_btn_link_w.png) no-repeat 93% 50%; }
.btn.red.arrowL span { background:url(/common_form/img/pack_select/icon_btn_link_w_l.png) no-repeat 93% 50%; }
.btn.red.arrowD span { background:url(/common_form/img/pack_select/icon_btn_link_down_w.png) no-repeat 93% 50%; }
.btn.arrow span { background:url(/common_form/img/pack_select/icon_btn_link_r.png) no-repeat 98% 50%; }
.btn.arrowL span { background:url(/common_form/img/pack_select/icon_btn_link_r_l.png) no-repeat 98% 50%; }
.btn.arrowD span { background:url(/common_form/img/pack_select/icon_btn_link_down_rs.png) no-repeat 98% 50%; }
.btn.arrowDL span { background:url(/common_form/img/pack_select/icon_btn_link_down_r.png) no-repeat 98% 50%; }
.btn.arrowU span { background:url(/common_form/img/pack_select/icon_btn_link_up_r.png) no-repeat 98% 50%; }

#kouji .midashi .kouji_btn1.typeTT {
	right: 270px;
}

#kouji .midashi .typeTT {
	position: relative;
}

#kouji .midashi .typeTT .posImg {
	position: absolute;
	top: 4px;
	right: 8px;
}

#kouji .midashi .typeTT img {
	vertical-align: baseline;
}

/* inlineListV3 */
.inlineListV3 {
	display: inline-block;
	letter-spacing: -0.5em;
	line-height: 1.45;
}

.inlineListV3 li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 10px;
}
.inlineListV3 li:first-child {
	margin-left: 0;
}
/*----------------------------------------
 link style
-----------------------------------------*/
a.linkArrowV3 {
	position: relative;
	display: inline-block;
	padding-left: 9px;
	font-size: 12px;
	color: #225383;
	line-height: 1.45;
}

a.linkArrowV3.fs14px {
	font-size: 14px;
}

a.linkArrowV3:link,a.linkArrowV3:visited {
	color: #225383;
	text-decoration: none;
}

a.linkArrowV3::before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 5px;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #e83416;
}

.applyCheck {
	border: 1px solid #d2d1d2;
	padding: 20px;
	margin-top: 20px;
}

.applyCheck h3 {
	border-bottom: 1px solid #d2d1d2;
	padding-bottom: 6px;
}

#changeSetting .inner .posRltv .tooltip_other { position:absolute; top:-3px; right:-30px; }

.w260 { width: 260px!important; }
.posRltv { position: relative; }
.ffMd { font-family: 'Noto Sans JP', sans-serif; font-weight: 600; }
.ffRg { font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }

/* tooltip */
.iconTooltip {
    position: relative;
    display: inline-block;
}
.toolTipBaloonTypeA {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    display: none;
    font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3",Osaka,sans-serif !important;
    font-size: 12px;
    height: 20px;
    left: 0px;
    line-height: 1.5;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: -48px;
    width: 150px;
    z-index: 100;
}
.toolTipBaloonTypeA.lytFix {
    height: auto;
    left: 44px;
    padding: 2px 5px;
    top: -15px;
    width: auto;
}
.toolTipBaloonTypeA.lytFix.rightBox {
    left: 186px;
}
.toolTipBaloonTypeA.isError {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #333;
}
.toolTipBaloonTypeA.isActive {
    display: block;
}
.toolTipBaloonTypeA:hover {
}
.toolTipBaloonTypeA::before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 9px 9px 0;
    bottom: -8px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    width: 0;
    z-index: 0;
}
.toolTipBaloonTypeA.lytFix::before {
    left: 20px;
}
.toolTipBaloonTypeA.isError::before {
    border-color: #333 transparent transparent;
}
.toolTipBaloonTypeA::after {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: -1;
}
.toolTipBaloonTypeA.lytFix::after {
    left: 20px;
}
.toolTipBaloonTypeA.isError::after {
	border-color: #333 transparent transparent;
}
.toolTipBaloonTypeA .close {
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: -8px;
}
.toolTipBaloonTypeA.lytFix2 {
    height: auto;
    left: 0px;
    padding: 2px 5px;
    top: -29px;
    width: auto;
}
.toolTipBaloonTypeA.lytFix2::before {
  left: 20px;
}
.toolTipBaloonTypeA.lytFix2::after {
  left: 20px;
}
.text_tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

.isNotSelect {
	background: #ddd;
}

.infoBtnBox {
	border: 1px solid #E6E6E6;
}
.infoBtnBox .infoBtnBoxTitle {
	padding: 8px 12px;
	background: #E6E6E6;
}
.infoBtnBox .infoBtnBoxBody {
	padding: 8px 20px 20px;
}

#areaSelect .inputFormTable2 .addressList.isScroll {
	height: 255px;
	overflow:auto;
}

.selectSimuBox {
	width: 745px;
	margin: 0 auto;
}

.userAlertText {
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

.blk-step {
	width: 100%;
}
.stepNav {
	width: 830px;
	display: table;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	margin: 0px 0px 10px;
	height: 43px;
	padding-right: 20px;
	position: relative;
	z-index: 0;
}

/* z-index to make sure the buttons stack from left to right */

.stepNav li {
	width: 33.33%;
	display: table-cell;
	position: relative;
	z-index: 3;
}

.stepNav li:first-child {
	border-radius: 5px 0 0 5px;
}

.stepNav li:nth-child(2) { z-index: 1; }
.stepNav li:nth-child(3) { z-index: 0; }

/* different widths */

.stepNav.twoWide li { width: 50%; }
.stepNav.threeWide li { width: 33.33%; }

	 /* step links */

.stepNav a, .stepNav a:visited {
	width: 100%;
	height: 43px;
	padding: 0 0 0 25px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	white-space: nowrap;
	border: 1px solid #cbcbcb;
	text-decoration: none;
	border-top-color: #dddddd;
	border-right: 0;
	background-color: #eee;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stepNav li:first-child a {
	padding-left: 12px;
	border-radius: 5px 0 0 5px;
}

.stepNav a:before {
	content: "";
	width: 29px;
	height: 29px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #cbcbcb;
	background: #eee;
	display: block;
	position: absolute;
	top: 6px;
	right: -16px;
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}

/*.stepNav a:hover {
	color: #fff;
	background-color: #f18d00;
	}

.stepNav a:hover:before {
	background: #f18d00;
}*/

/* selected */


.stepNav li.selected a, .stepNav li.selected a:before {
	background: #f18d00;
	color: #fff;
}

.stepNav li.selected a {
	border-top-color: #bebebe;
}

.stepNav li.selected a:before {
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #cbcbcb;
}

#serviceSelectModal #serviceSelect.inner h2 {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
}

.lead_text {
	font-size: 12px;
	margin: 10px 0 0;
}
.lead_text span {
	background: #e83416;
	color: #fff;
	padding: 3px 10px;
	margin-right: 5px;
	display: inline-block;
}
.area_simulator_window #s0101.formbox,
.area_simulator_window #s0102.formbox {
	border: none;
	text-align: center;
	height: auto;
}
.area_simulator_window #s0101.formbox .formttl01 {
	border: none;
}
.area_simulator_window #s0101 .formbox_body {width: auto;}
.area_simulator_window #s0101 .formbox_body,
.area_simulator_window #s0102 .formbox_body {
	float:	none;
	margin: 0 auto;
	border: none;
}
.area_simulator_window #s0101 .formbox_body dl dd {
	display: inline-block;
	float: none;
}
.area_simulator_window .formbox_body p.areaSelectLink {
	text-align: left;
	background: none;
	padding-left: 175px;
}
.area_simulator_window .formbox_body p.areaSelectLink a {
	font-family: "ＭＳ Ｐゴシック ",MS Gothic,"ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	color: #225383;
	font-size: 12px;
	position: relative;
	padding-left: 9px;
}
.area_simulator_window .formbox_body p.areaSelectLink a:before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 4px;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #e83416;
}
.area_simulator_window #s0101 .formbox_body dl dd.pos01 input,
.area_simulator_window #s0101 .formbox_body dl dd.pos02 input {
	color: #666;
}
input.isInputRequired,
textarea.isInputRequired {
	background: #fff1eb;
}

.area_simulator_window #s0103 .formbox_body,
.area_simulator_window #s0104 .formbox_body{
	width: 500px;
	margin: 0 auto;
}
.area_simulator_window #s0103 .formbox_body .radio01,
.area_simulator_window #s0103 .formbox_body .radio02,
.area_simulator_window #s0104 .formbox_body .radio01,
.area_simulator_window #s0104 .formbox_body .radio02,
.formbox02 #s0107 .formbox_body .radio01,
.formbox02 #s0107 .formbox_body .radio02 {
	 border: 2px solid #cbd3d5;
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}
.area_simulator_window #s0103 .formbox_body .radio01,
.area_simulator_window #s0104 .formbox_body .radio01,
.formbox02 #s0107 .formbox_body .radio01 {
	margin: 0 9px 0 11px;
}
.area_simulator_window #s0103 .radio01 .unselected,
.area_simulator_window #s0103 .radio02 .unselected,
.area_simulator_window #s0104 .radio01 .unselected,
.area_simulator_window #s0104 .radio02 .unselected,
.formbox02 #s0107 .formbox_body .radio01 .unselected,
.formbox02 #s0107 .formbox_body .radio02 .unselected {
	background: rgba(0, 0, 0, 0) url("/procedure/img_v1/area_select/form_radio_off.png") no-repeat scroll 8px 50%;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0 0 0 15px;
}
.area_simulator_window #s0103 .radio01 .selected,
.area_simulator_window #s0103 .radio02 .selected,
.area_simulator_window #s0104 .radio01 .selected,
.area_simulator_window #s0104 .radio02 .selected,
.formbox02 #s0107 .formbox_body .radio01 .selected,
.formbox02 #s0107 .formbox_body .radio02 .selected {
	background: #fff7f0 url("/procedure/img_v1/area_select/form_radio_on.png") no-repeat scroll 8px 50%;
cursor: pointer;
display: block;
overflow: hidden;
padding: 0 0 0 15px;
}
.area_simulator_window #s0103 .formbox_body .radio01 label,
.area_simulator_window #s0103 .formbox_body .radio02 label,
.area_simulator_window #s0104 .formbox_body .radio01 label,
.area_simulator_window #s0104 .formbox_body .radio02 label,
.formbox02 #s0107 .formbox_body .radio01 .selected label,
.formbox02 #s0107 .formbox_body .radio02 .selected label {
		display: block;
		height: 56px;
		margin: 0;
}
.area_simulator_window #s0103 .formbox_body .radio01 label span,
.area_simulator_window #s0103 .formbox_body .radio02 label span,
.formbox02 #s0107 .formbox_body .radio01 label span,
.formbox02 #s0107 .formbox_body .radio02 label span {
	display: block;
	height: 56px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 56px;
	font-weight: bold;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.area_simulator_window #s0104 .formbox_body .radio01 label span,
.area_simulator_window #s0104 .formbox_body .radio02 label span {
	display: block;
	height: 46px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 100%;
}
.area_simulator_window #s0104 .formbox_body .radio01 label span em,
.area_simulator_window #s0104 .formbox_body .radio02 label span em {
	font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴPro W3", Osaka,sans-serif;
	font-size: 8px;
}

.formbox_body {
	width: 480px;
}

.formbox_body dl {
	float:left;
}
.formbox_body p {
	float: right;
	text-align: center;
	font-size: 12px;
}


.btnnext01 a {
	width: 350px;
	display: block;
	margin: 20px auto;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	position: relative;
	background: #eb5d45;
	border-radius: 4px;
	background: #eb5d45; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear,	left top, left bottom,	from(#eb5d45),to(#e83416));
	background: linear-gradient(to bottom,	#eb5d45 0%,#e83416 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5d45', endColorstr='#e83416',GradientType=0 ); /* IE6-9 */
}

.btnnext01 a:before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: transparent;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
.btnnext01 a:hover {
	opacity: 0.8;
}

#loginButton_p { width:280px; margin:20px auto 0; padding:5px 0!important;
	line-height: 25px;
	font-size: 18px;
	height: 38px;
	background: #e83416;
	background: -webkit-gradient(linear,left top, left bottom,from(#6baa00),to(#5e9600));
	background: linear-gradient(to bottom,#6baa00 0%,#5e9600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6baa00', endColorstr='#5e9600', GradientType=0);
}

.coution_wrap_l a.btnTypeEntry::after {
	border:none;
}

.postArea .numCheck { font-weight: bold; }
.postArea .postNum { width: 294px; border: 1px solid #000; padding: 2px; text-align: center; font-size: 18px; margin: 10px 0; }
.postArea .lead_text { font-size: 12px; margin: 15px 0 0; }
#s0101.postArea.formbox { width:477px; margin:0 auto 10px;}
#s0101.postArea.formbox .formttl01{ width:154px; height:80px; line-height:80px; margin:0; border-right:2px solid #cbd3d5; font-size:16px; text-indent:13px; float:left;}
#s0101.postArea .formbox_body{ margin:0; padding:13px 0 0 0;}
#s0101.postArea .formbox_body dl{ display:block; margin:0; padding:0;}
#s0101.postArea .formbox_body dl dd{ display:block; margin:0; float:left;}
#s0101.postArea .formbox_body dl dd input{ margin:0; padding:0 0 0 0; height:33px; border:1px solid #a9a9a9; font-size:18px; text-indent:5px;}
#s0101.postArea .formbox_body dl dd.pos01{ background:url(/procedure/img_v1/area_select/icon_postal.gif) no-repeat 0 50%; padding:0 0 0 27px;}
#s0101.postArea .formbox_body dl dd.pos01 input{ width:110px;}
#s0101.postArea .formbox_body dl dd.pos02{ background:url(/procedure/img_v1/area_select/icon03.gif) no-repeat 0 50%; padding:0 0 0 20px; margin:0 0 0 8px;}
#s0101.postArea .formbox_body dl dd.pos02 input{ width:135px;}
.postArea p.link01{ padding:0px 0 0 17px; margin:0 !important;}
.postArea p.link01 a{ color:#0065bb;}
.postArea .formbox_body p.link01 { margin-top:-20px;}
.postArea .areaSelectLink { margin-top: 10px; }
#s0101.postArea .formbox_body .jigyoshoname{ display:block; float:left; padding:18px 20px 0 25px; font-size:18px;}
#s0101.postArea .formbox_body .backbtn{ display:block; float:left; padding:10px 0 0 0;}
#s0101.postArea .formbox_body .backbtn input{
	background:url(/procedure/img_v1/area_select/btn_search2.png) no-repeat 0 0;
	width:127px;
	height:38px;
	border:0px;
	font-size:12px;
	line-height:33px;
	cursor:pointer;
}

#areaSelect .inner.widFix {
	width:750px;
	margin: 0 auto;
}

.requiredTxt {
	background:url(/sim_contact/subscription/img/icon_required.gif) no-repeat;
	padding-left: 50px;
	font-size: 12px;
	min-height: 19px;

}



#areaSelect .inner.formBox1703 { width:100%; overflow:hidden; zoom:1; }

#areaSelect .inner.widFix.formBox1703 .in { padding:20px; }
#areaSelect .inner.widFix.formBox1703 h3 { width:100%; font-size:18px; line-height:24px; font-weight:normal; position:relative; text-indent:1.75em; }
#areaSelect .inner.widFix.formBox1703 h3 span { width:8px; height:8px; margin:auto 0; border-radius:16px; border:8px solid #e63416; display:inline-block; text-indent:100%; white-space:nowrap; overflow:hidden; position:absolute; top:0; bottom:0; left:0; }
#areaSelect .inner.widFix.formBox1703 .coutionTxt { position:relative; padding-left:1.5em; }
#areaSelect .inner.widFix.formBox1703 .coutionTxt span { position:absolute; top:0; left:0; }

#areaSelect .inner.widFix.formBox1703 .postcodeBox { width:560px; float:left; border:1px solid #e6e6e6; border-radius:5px; }
#areaSelect .inner.widFix.formBox1703 .postcodeBox .in > div { display:block; margin:15px 0 0; background:#f5f5f5; text-align:center; border-radius:5px;}
#areaSelect .inner.widFix.formBox1703 .postcodeBox dl{ display:inline-block; padding:15px 0; }
#areaSelect .inner.widFix.formBox1703 .postcodeBox dl dd{ display:inline-block; margin:0;}
#areaSelect .inner.widFix.formBox1703 .postcodeBox dl dd input{ margin:0; padding:0 0 0 0; height:33px; border:1px solid #a9a9a9; font-size:18px; text-indent:5px;}
#areaSelect .inner.widFix.formBox1703 .postcodeBox dl dd.pos01{ background:url(/procedure/img_v1/area_select/icon_postal.png) no-repeat 0 50%; padding:0 0 0 27px;}
#areaSelect .inner.widFix.formBox1703 .postcodeBox dl dd.pos01 input{ width:110px;}
#areaSelect .inner.widFix.formBox1703 .postcodeBox dl dd.pos02{ background:url(/procedure/img_v1/area_select/icon03.gif) no-repeat 0 50%; padding:0 0 0 20px; margin:0 0 0 8px;}
#areaSelect .inner.widFix.formBox1703 .postcodeBox dl dd.pos02 input{ width:135px;}
#areaSelect .inner.widFix.formBox1703 .postcodeBox #nextButton { width:320px; margin:20px auto 0; padding:15px 0!important;}

#areaSelect .inner.widFix.formBox1703 .personalBox { width:375px; float:right; border:1px solid #e6e6e6; border-radius:5px; }
#areaSelect .inner.widFix.formBox1703 .personalBox .in { padding:20px; }
#areaSelect .inner.widFix.formBox1703 .personalBox label.check { line-height:35px; padding:15px 0; display:block; background:#f5f5f5; text-align:center; border-radius:5px; cursor:pointer; }
#areaSelect .inner.widFix.formBox1703 .personalBox #loginButton { width:300px; margin:20px auto 0; padding:15px 0!important;
	background: #e83416;
	background: -webkit-gradient(linear,left top, left bottom,from(#6baa00),to(#5e9600));
	background: linear-gradient(to bottom,#6baa00 0%,#5e9600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6baa00', endColorstr='#5e9600', GradientType=0);
}
#areaSelect .inner.widFix.formBox1703 .personalBox .linkList {
	margin-top:15px;
}
#areaSelect .inner.widFix.formBox1703 .personalBox .linkList a {
	display:inline-block;
	position: relative;
	padding:0 0 0 0.75em;
}
#areaSelect .inner.widFix.formBox1703 .personalBox .linkList a:before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 8px;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #e83416;
}

#areaSelect .inner.widFix p.areaSelectLink {
	margin-top:15px;
}
#areaSelect .inner.widFix p.areaSelectLink a {
	display:inline-block;
	position: relative;
	padding:0 0 0 0.75em;
}
#areaSelect .inner.widFix p.areaSelectLink a:before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 8px;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #e83416;
}

#form_user_info #note_phone {
	padding-left: 12px;
}
/*---------------------------------------------------------------
mobile申し込み
----------------------------------------------------------------*/


#mobile_changeSetting .l-header--simple .l-headerInfo__inner {
  max-width: 1100px;
}
#mobile_changeSetting .l-contentBody {
  margin-bottom: 30px;
}
#mobile_changeSetting .l-contentBody__inner {
  display:none;
}
#mobile_changeSetting .blk-step,
#mobile_changeSetting .stepBar {
  width: 1100px;
}
#mobile_changeSetting #stepnavi {
  margin-top:0;
}
body.mobile_step a.btnTypeE,
body.mobile_step button.btnTypeE {
    display: inline-block;
    position: relative;
    padding: 3px 17px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #cccccc;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}

body.mobile_step .contents h2 {
    margin: 0 0 18px !important;
    font-size: 24px;
    text-align: left;
    font-weight: normal;
}

body.mobile_step .statusBox .statusBox_body {
  float: left;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  width: calc(100% / 2 - 10px);
	background-color: #e3f5f5;
}

body.mobile_step .statusBox .statusBox_body:first-child {
	margin-right: 20px;
}
body.mobile_step #login_error + .statusBox a.btnTypeEntry {
	background: #e83416;
	background: -webkit-gradient(linear,left top, left bottom,from(#eb5d45),to(#e83416));
	background: linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5d45', endColorstr='#e83416', GradientType=0);
}
body.mobile_step .statusBox .statusBox_body #id_box {
	border-radius: 5px;
	background-color: #fff;
	padding: 15px;
}
body.mobile_step .statusBox .statusBox_body #id_box hr {
	border-top: 1px solid #fefefe;
	margin: 10px 0 20px 0;
}
body.mobile_step .statusBox .statusBox_body dl dt {
	clear: left;
	float: left;
	width: 30%;
	font-size: 12px;
}

body.mobile_step .statusBox .statusBox_body dl:last-child {
	border-top: 1px solid #ccc;
	line-height: 40px;
	padding-top: 10px;
}
body.mobile_step .statusBox .statusBox_body dl dd {
	line-height: 40px;
	float: left;
	width: 70%;
	height: 40px;
}
body.mobile_step .statusBox .statusBox_body dl dd input.haveForm {
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 3px;
	border: 1px solid #ababab;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
body.mobile_step .statusBox .statusBox_body ul li {
	text-align: right;
	font-size: 86%;
}
body.mobile_step .statusBox .statusBox_body ul li a {
	color: #226bc4;
}
body.mobile_step #modal {
  /*display:none;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
  /*IE8*/
  background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
 }
body.mobile_step #modal > div {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	border-radius: 5px;
	background-color: white;
	width: 778px;
	height: auto;
	border: 1px solid #d2d1d2;
	margin: -150px 0 0 -420px;
	padding: 30px;
}
body.mobile_step #modal > div > p {
  width: 756px;
  height: 108px;
  border: 1px solid #d2d1d2;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: none;
}
body.mobile_step #modal > div > ul {
  width: 100%;
  text-align: center;
}
body.mobile_step #modal > div > ul li {
  display: inline-block;
}
body.mobile_step #modal > div > a {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: auto;
  left: auto;
  width: 40px;
  height: 40px;
}
.statusBox div h3 .icon_space {
	margin-left: 10px;
}

body.mobile_step .notB { font-family: 'Noto Sans JP', sans-serif; font-weight: 800; }
body.mobile_step .notM { font-family: 'Noto Sans JP', sans-serif; font-weight: 600; }
body.mobile_step .notR { font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }



/*---------------------------------------------------------------
mobile　申し込み
----------------------------------------------------------------*/
body.mobile_step .wrap p { margin:0; }
body.mobile_step .wrap p.pickup { background:#e73c22; color:#fff; border-radius:3px; font-size:12px; margin-top:5px; }
body.mobile_step h2.midashi { border: none;}
body.mobile_step h3.midashi_s {border-left: 4px solid #f18d00;}
body.mobile_step .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
body.mobile_step .card-header {
	position: relative;
  padding: 10px 0 2px 0;
  margin-bottom: 0;
  background-color: #b9e0e1;
}
body.mobile_step .card-header:before {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 50%;
	border: 8px solid transparent;
	border-top: 8px solid #b9e0e1;
}
body.mobile_step .card-header h3 {
	text-align: center;
	color: #00a5a8;
	margin-bottom: 10px;
}
body.mobile_step .card-block {
	background-color: #e3f5f5;
  padding: 20px;
}
body.mobile_step .card-block #card-btnA {
	margin-top: 100px;
}
body.mobile_step a.btnTypeEntry {
	display: block;
	position: relative;
	padding: 20px 30px 20px;
	-webkit-filter: none;
	        filter: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 4px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	line-height: 1.2;
	color: #ffffff !important;
	text-align: center;
}
/*
body.mobile_step #entry_type_select a.btnTypeEntry::after {
	border: none;
}

.triangle {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #fff;
	position:relative;
}
.triangle::before {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #e83416;
}
*/
/*---------------------------------------------------------------
areaSelect 住居選択
----------------------------------------------------------------*/
body.mobile_step #house_type {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
body.mobile_step #s0102 .formbox_body {
    float: none;
    margin: 0 auto;
    border: none;
}
body.mobile_step #s0102.formbox { width:665px; margin:0 auto 10px; border: none; border-radius:3px; height: auto; }
body.mobile_step #s0102.formbox .formttl01{ width:154px; height:80px; line-height:80px; margin:0; font-size:16px; text-indent:13px; float:left;}
body.mobile_step #s0102 .formbox_body { width:500px; margin: 0 auto; float:none; padding:10px 0; border: none;}
body.mobile_step #s0102 .formbox_body .radio01 { margin:0 9px 0 11px; padding:0; float:left; width:230px; border:2px solid #cbd3d5; }
body.mobile_step #s0102 .formbox_body .radio01.mrgFix { margin:0; }
body.mobile_step #s0102 .formbox_body .radio01 label{ margin:0; height:56px; display:block; }
body.mobile_step #s0102 .formbox_body .radio01 label span.kodate {
	margin:0;
	padding:0;
	width:100%;
	height:56px;
	/*text-indent:-9999px;*/
	font-size: 16px;
	line-height: 56px;
	font-weight: bold;
	overflow:hidden;
	display:block;
	background:url(/common_form/img/common/icon_hometype1.png) no-repeat 10px 20%;
	background-size: 47px;
}
body.mobile_step #s0102 .formbox_body .radio02 { margin:0; padding:0; float:left; width:230px; border:2px solid #cbd3d5; }
body.mobile_step #s0102 .formbox_body .radio02.mrgFix { margin:0 9px 0 11px; }
body.mobile_step #s0102 .formbox_body .radio02 label{ margin:0; height:56px; display:block; }
body.mobile_step #s0102 .formbox_body .radio02 label span{
	margin:0;
	padding:0;
	width:100%;
	height:56px;
	/*text-indent:-9999px;*/
	font-size: 16px;
	line-height: 56px;
	font-weight: bold;
	overflow:hidden;
	display:block;
	background:url(/common_form/img/common/icon_hometype2.png) no-repeat 10px 20%;
	background-size: 47px;
}
body.mobile_step #s0102 .formbox_body .radio02 label span.withTxt{ background:url(/sim_contact/sim_entry_oc/img/area_select/icon_shugo_notxt.png) no-repeat 20px 50%; display: block; height: 56px; margin: 0; text-align: center; font-size: 14px; line-height: 56px; font-weight: bold; overflow: hidden; padding: 0; width: 100%; text-indent: 0; }
body.mobile_step #s0102 .formbox_body .radio01 .hometype1 {display:none;}
body.mobile_step #s0102 .formbox_body .radio01 .hometype1_1 {display:none;}
/*body.mobile_step #s0102 .radio01 .unselected { background:url(/sim_contact/sim_entry_oc/img/area_select/form_radio_off.png) no-repeat 8px 50%; display:block; padding: 0 0 0 15px; cursor:pointer; overflow:hidden; }
body.mobile_step #s0102 .radio02 .unselected { background:url(/sim_contact/sim_entry_oc/img/area_select/form_radio_off.png) no-repeat 8px 50%; display:block; padding: 0 0 0 15px; cursor:pointer; overflow:hidden; }
body.mobile_step #s0102 .radio01 .selected { background:url(/sim_contact/sim_entry_oc/img/area_select/form_radio_on.png) no-repeat 8px 50% #fff7f0; display:block; padding: 0 0 0 15px; cursor:pointer; overflow:hidden; }
body.mobile_step #s0102 .radio02 .selected { background:url(/sim_contact/sim_entry_oc/img/area_select/form_radio_on.png) no-repeat 8px 50% #fff7f0; display:block; padding: 0 0 0 15px; cursor:pointer; overflow:hidden; }
body.mobile_step .radioInput label { outline: 0px;}*/

body.mobile_step #s0102 input[type="radio"] + label {
    padding:3px 0 3px 30px;
    background:url(/sim_contact/sim_entry_oc/img/area_select/form_radio_off.png) no-repeat 8px 50%;
    background-size:27px 27px;
    cursor:pointer;
	}
body.mobile_step #s0102 input[type="radio"]:checked + label {
    background:url(/sim_contact/sim_entry_oc/img/area_select/form_radio_on.png) no-repeat 8px 50% #fff7f0;
    background-size:27px 27px;
    cursor:pointer;
}
/*---------------------------------------------------------------
areaSelect 詳細住所（部屋番号）の選択
----------------------------------------------------------------*/
body#entryRoom #header {
  width: 100%; }
body#entryRoom #header .inner .area_return {
  float: right;
  margin-top: 18px; }
body#entryRoom .inputFormTable2 td .narrrowBox {
  line-height: 32px; }
body#entryRoom .inputFormTable2 td .narrrowBox .narrowForm {
  width: 210px;
  margin: 0 10px;
  padding: 3px;
  border: 1px solid #ababab;
  font-size: 100%; }
body#entryRoom .inputFormTable2 td .narrrowBox a.cBtn {
  display: inline-block;
  width: auto;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eae9ea));
  background: linear-gradient(to bottom, #ffffff 0%, #eae9ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eae9ea',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #b2b2b2;
  padding: 0 10px;
  font-size: 86%;
  text-decoration: none; }
body#entryRoom .inputFormTable2 td .narrrowBox a.cBtn:hover {
  text-decoration: none; }
body#entryRoom .inputFormTable2 td .narrrowBox > p {
  display: inline-block; }
body#entryRoom .inputFormTable2 td .addressList {
  height: 255px;
  overflow-y: scroll;
  overflow-x: none; }
body#entryRoom .inputFormTable2 td .addressList li {
  float: left;
  width: 20%;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
body#entryRoom .inputFormTable2 td .addressList li:nth-child(5n) {
  border-right: none; }
body#entryRoom .inputFormTable2 td .addressList li:last-child {
  border-bottom: 1px solid #ccc!important;}
body#entryRoom .inputFormTable2 td .addressList li:only-child {
  border-bottom: 1px solid #ccc!important;}
body#entryRoom .inputFormTable2 td .roomNumBox p.return {
  float: left; }
body#entryRoom .inputFormTable2 td .roomNumBox p.notFound a {
	float: right;
	width: auto;
	height: 24px;
	line-height: 24px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eae9ea));
	background: linear-gradient(to bottom, #ffffff 0%, #eae9ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eae9ea',GradientType=0 );
	/* IE6-9 */
	border: 1px solid #b2b2b2;
	padding: 0 10px;
	font-size: 86%;
	text-decoration: none; }
body#entryRoom .inputFormTable2 td .roomNumBox p.notFound a:hover {
  text-decoration: none; }
body#entryRoom .inputFormTable2 td .roomNumBox .pagenation {
  float: left;
  margin-left: 105px; }
body#entryRoom .inputFormTable2 td .roomNumBox .pagenation.centerBox {
  float: none;
  width: 130px;
  margin-right: auto;
  margin-left: auto; }
body#entryRoom .inputFormTable2 td .roomNumBox .pagenation p {
  float: left;
  margin: 0 3px; }

/*---------------------------------------------------------------
mobile　MNP情報
----------------------------------------------------------------*/
.MNP_box em {
	font-weight: bold;
}
.MNP_box ul li,
.MNP_form ul li {
	margin-left: 18px;
	list-style-type: disc;
}
.MNP_form table tr:first-child {
	text-align: center;
	background: #cccccc;
}
.MNP_form table .MNP_midashi {
	position: relative;
	text-align: center;
	background-color: #efefef;
}
body.mobile_step #agreement_cbBox {
	position: relative;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	background-color: #efefef;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}
body.mobile_step #agreement_cbBox input[type="checkbox"],
.MNP_form table .MNP_midashi input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
body.mobile_step #agreement_cbBox label,
.MNP_form table .MNP_midashi label {
  position: relative;
  display: block;
  word-break: break-all;
}
body.mobile_step #agreement_cbBox label input[type="checkbox"] + span,
.MNP_form table .MNP_midashi label input[type="checkbox"] + span {
  position: relative;
  padding: 0 30px 0 35px;
}
body.mobile_step #agreement_cbBox:nth-of-type(1) label input[type="checkbox"] + span::before,
.MNP_form table .MNP_midashi:nth-of-type(1) label input[type="checkbox"] + span::before {
  border-color: #00a5a8;
	background-color: #fff;
}
body.mobile_step #agreement_cbBox:nth-of-type(1) label input[type="checkbox"]:checked + span::before,
.MNP_form table .MNP_midashi:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
  background-color: #00a5a8;
}
body.mobile_step #agreement_cbBox label span,
.MNP_form table .MNP_midashi label span {
  display: inline-block;
}
body.mobile_step #agreement_cbBox label input[type="checkbox"],
.MNP_form table .MNP_midashi label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body.mobile_step #agreement_cbBox label input[type="checkbox"] + span::before,
body.mobile_step #agreement_cbBox label input[type="checkbox"] + span::after,
.MNP_form table .MNP_midashi label input[type="checkbox"] + span::before,
.MNP_form table .MNP_midashi label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.mobile_step #agreement_cbBox label input[type="checkbox"] + span::before,
.MNP_form table .MNP_midashi label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #00a5a8 solid;
  border-radius: 5px;
	background-color: #fff;
}
body.mobile_step #agreement_cbBox label input[type="checkbox"] + span::after,
.MNP_form table .MNP_midashi label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
body.mobile_step #agreement_cbBox label input[type="checkbox"]:checked + span::before,
.MNP_form table .MNP_midashi label input[type="checkbox"]:checked + span::before {
  background-color: #00a5a8;
}
body.mobile_step #agreement_cbBox label input[type="checkbox"]:checked + span::after,
.MNP_form table .MNP_midashi label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*---------------------------------------------------------------
mobile　MWC001
----------------------------------------------------------------*/
body.web_entry #mobileArea {
  width: 75%;
}
body.web_entry #side_price {
  width: calc(25% - 20px);
  position: sticky;
  top: 0;
  height: 100%;
  /*
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  */
  background: #f3f3f3;
  z-index: 999;
  margin-top: 0px;
  margin-left: 20px;
}
body.mobile_step #changeSetting .inner {
  width: 850px;
  margin: 0 auto;
  padding: 30px 0 0px;
}
body.mobile_step #changeSetting .innerM {
  width: 1100px;
  margin: 0 auto;
}
body.mobile_step h2#house_midasi,
body.mobile_step #changeSetting .inner .mobile_midashiA {
	font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #d2d1d2;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 118%;
}

body.mobile_step #changeSetting .inner .mobile_midashiA .text {
	display: block;
	margin-top: 5px;
	font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
	font-weight: normal;
	font-size: 72%;
}
body.mobile_step #changeSetting #kanyu_select .serviceBox_kanyu {
    margin: 0 0 20px;
    padding: 10px 0 3px 10px;
    overflow: hidden;
    zoom: 1;
}
body.mobile_step #changeSetting .inner .serviceBox_kanyu.mobileselect .select {
    width: 409px;
    margin: 0 10px 10px 0;
    padding: 0;
    float: left;
    position: relative;
}
body.mobile_step #changeSetting .inner .serviceBox_kanyu.mobileselect .select a {
		padding: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 409px;
		height: 0;
		border: 2px solid #00a5a8;
    background: #fff;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -ms-border-radius: 5px!important;
    -o-border-radius: 5px!important;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
		color: #00a5a8;
		background: #ffffff;
		font-size: 20px;
}
body.mobile_step #changeSetting .inner .serviceBox_kanyu.mobileselect .select a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00a5a8;
    border-right: 2px solid #00a5a8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -5px;
}
body.mobile_step #changeSetting .inner #kanyu_select_banner {
	text-align: center;
	padding-bottom: 40px;
}
body.mobile_step #changeSetting .inner #kanyu_select_banner p {
	width: 90%;
	margin: 0 auto;
}
body.mobile_step #changeSetting .inner #kanyu_select_banner p img {
	width: 100%;
}
/* ------------------------------------------------------------------
  #side_price
------------------------------------------------------------------ */
#side_price .side_content {
  background: #f3f3f3;
}
#side_price .side_content .side_inner {
  margin: 0px 15px 5px;
  padding: 10px;
  background: #ffff;
}
#side_price .side_content .side_inner h4 {
  color: #00a5a8;
}
#side_price .side_content .side_inner table {
  padding: 10px;
  border: 0;
}
#side_price .side_content .side_inner table th,
#side_price .side_content .side_inner table td {
  padding: 0 2px;
}

#side_price .side_content .side_inner table th {
  font-weight: normal;
}
#side_price .side_content .side_inner table td {
  text-align: right;
}
#side_price .side_content .side_inner table .total th,
#side_price .side_content .side_inner table .total td {
  border-bottom: 1px solid #f3f3f3;
}
#side_price .side_content .side_inner table .total + tr th {
  padding-top: 10px;
}
#side_price .side_content .side_btn_wrap {
  margin: 10px 15px;
}
#side_price .side_content .side_btn_wrap .btn.red {
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	border-radius:5px;
	border:1px solid #e83517;
	display:inline-block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eb5d45, endcolorstr=#e83416))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#eb5d45), to(#e83416));
	background: linear-gradient(to bottom, #eb5d45, #e83416);/* IE10+, W3C */
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	zoom:1;
}
#side_price .side_content .side_btn_wrap .btn.red {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
#side_price .side_content .side_btn_wrap .btn.red span::after{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
#side_price .side_content .side_btn_wrap .btn.green {
  color: #00a5a8;
  text-align:center;
  text-decoration:none;
  font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  border-radius:5px;
  border:1px solid #00a5a8;
  display:inline-block;
  background: #fff;
  zoom:1;
}
#side_price .side_content .side_btn_wrap .btn.green {
  position: relative;
  display: block;
  padding: 5px 10px;
}
#side_price .side_content .side_btn_wrap .btn.green span::after{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #00a5a8;
  border-right: 2px solid #00a5a8;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}

/* ------------------------------------------------------------------
  mobile　MMC002
------------------------------------------------------------------ */
/*body.mobile_step #entry_type_select a#entry_type_closing {
	padding: 32px 30px;
}*/
body.mobile_step .statusBox {
    margin: 0 auto;
    width: 750px;
}
body.mobile_step .statusBox .easy_submit_box {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    border: 2px solid #d2d1d2;
    padding: 20px;
}
body.mobile_step .statusBox .easy_submit_box:first-child {
	margin-bottom: 20px;
}
body.mobile_step .statusBox a.btnTypeEntry {
	background: #00a5a8;
}
body.mobile_step .statusBox a.btnTypeEntry#entry_type_easy {
	background: #eee;
	color: #333!important;
}
a.btnTypeEntry#entry_type_easy::after {
	border-top: 2px solid #00a5a8;
	border-right: 2px solid #00a5a8;
}
body.mobile_step .statusBox .easy_submit_box p a span{
	display: block;
	width: 50%;
	margin: 0px auto 10px;
	padding: 3px 10px;
	background: #fff;
	color: #00a5a8;
	border-radius: 20px;
}
body.mobile_step .statusBox .easy_submit_box p a#entry_type_easy span {
	border: 1px solid #00a5a8;
}
body.mobile_step .statusBox .easy_submit_box p a .Es_Comments {
	display: block;
	width: 100%;
	margin: 10px auto 0;
	padding: 0;
	background: none;
	color: #fff;
	font-size: 12px;
}

body.mobile_step .statusBox .easy_submit_box p a .easy_title_sub {
	color: #e83416;
}

body.mobile_step .easy_submit_box .card-block {
	background-color: #fff;
  padding: 20px 0px;
}
body.mobile_step .easy_submit_box .card-block .card-block_body {
	width: 400px;
	margin: 0 auto;
}
body.mobile_step .easy_submit_box .card-block .circle {
  width: 30px;
  height: 30px;
	margin: 5px auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #fff;
  background-color: #00a5a8;
  text-align: center;
}
body.mobile_step .entry_type_selectB .easy_submit_box .card-block .circle {
  background-color: #666666;
}
body.mobile_step .easy_submit_box .card-block .circle .status_step {
	position: relative;
}
body.mobile_step .easy_submit_box .card-block .circle .status_step::before,
body.mobile_step .easy_submit_box .card-block .circle .status_step::after {
	width: 140px;
	content: "";
	position: absolute;
	left: 0;
	right: 0px;
	top: 10px;
	border-bottom: 2px solid #00a5a8;
	z-index: -1;
}
body.mobile_step .entry_type_selectB .card-block .circle .status_step::before,
body.mobile_step .entry_type_selectB .card-block .circle .status_step::after {
	border-bottom: 2px solid #666666;
}
body.mobile_step .easy_submit_box .card-block .status_img {
	text-align: center;
	width: 115px;
	margin: 10px 0;
}
body.mobile_step .easy_submit_box .card-block .circle p {
	margin: auto;
  position: relative;
  top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
body.mobile_step .easy_submit_box ol {
	display: table;
	width: 350px;
	margin: 0 auto;
}
body.mobile_step  .easy_submit_box ol li {
	display: table-cell;
	width: 35%;
}
body.mobile_step .easy_submit_box ol li p {
	text-align: center;
}
body.mobile_step .easy_submit_box .card-block_img {
	float: left;
	width: 49%;
	text-align: right;
}
body.mobile_step .easy_submit_box .card-block_img span{
	margin-left: 10px;
	line-height: 44px;
}
body.mobile_step .easy_submit_box .card-block_img:first-child {
	margin-right: 5px;
}
body.mobile_step .external_link span {
	padding: 0 15px 0 0 ;
	background: url(/sim_contact/sim_entry_oc/img/pack_select/service_select_bulankicon.png) no-repeat right 50%;
}
body.mobile_step .easy_submit_box #card-block_text {
	text-align: left;
	/*border-top: 1px solid #d2d1d2;*/
}
body.mobile_step .easy_submit_box #card-block_text p {
margin-top: 10px;
}

body.mobile_step .easy_submit_box .checkicon {
	margin-left: 25px;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
}
body.mobile_step .easy_submit_box .checkicon::after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 40px;
	width: 10px;
	height: 5px;
	border-left: 3px solid #e73c22;
	border-bottom: 3px solid #e73c22;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.mobile_step .entry_type_selectB .easy_submit_box .checkicon::after {
	border-left: 3px solid #666666;
	border-bottom: 3px solid #666666;
}
.birthday {
  display: flex;
}
.birthday label {
  width: calc(100% / 3);
}
.birthday label select {
  width: calc(100% - 38.8px);
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #cacaca;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
/* ------------------------------------------------------------------
  mobile　確認モーダル
------------------------------------------------------------------ */
body.mobile_step #newMainArea_l {
    width: 100%;
    max-width: 940px;
}
/*#personalconf { display:none; }*/
body.mobile_step #personalconf.inner { /* width:850px; */ margin:0 auto; padding:30px 0 40px; overflow:hidden;}
body.mobile_step .mobile_confBox { background:#fff; padding:15px 15px 15px; margin:0 0 25px; }
body.mobile_step .mobile_confBox .box { overflow:hidden; zoom:1; }
body.mobile_step .mobile_confBox .box h3 { width:300px; margin:0 auto; color: #fff; font-size:20px; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; font-weight:normal; text-align:center; background: #808080; border-radius: 20px;}
body.mobile_step .mobile_confBox .box .img { width:150px; padding:0 3px; float:left; }
body.mobile_step .mobile_confBox .box .txt { width:650px; font-size:12px; line-height:1.6; padding:0 3px; float:right; }

/* -- 本人確認書類表示
------------------------------------------------------------------ */
body.mobile_step #cboxClose {
    position: absolute;
    top: 5px;
    right: 15px;
    background: url(/price/price_simulator/img/share/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
body.mobile_step .doc_box{
    background-color: #f5f5f5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 0;
		padding: 10px 0;
}
body.mobile_step #newMainArea_1 h2{
	 font-size: 129%;
	 border-bottom: 1px solid #e0e0e0;
	 text-align: center;
 }
body.mobile_step #newMainArea_1 #m_confBox_nav {
	padding: 5px 0;
	background-color: #f5f5f5;
}
body.mobile_step #newMainArea_1 #m_confBox_nav ul {
	width: 500px;
	margin: 0 auto;
}
body.mobile_step #newMainArea_1 #m_confBox_nav ul li {
	position: relative;
	float: left;
	padding: 0 30px;
}
body.mobile_step #newMainArea_1 #m_confBox_nav ul li:first-child {
	border-right: 1px solid #c8c8c8;
}
body.mobile_step #newMainArea_1 #m_confBox_nav ul li::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #226bc4;
	border-right: 2px solid #226bc4;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
}

body.mobile_step .doc_box .doc_box_himself{
	float: left;
	font-size: 16px;
	width: 80%;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	border: none;
}
body.mobile_step .doc_box .doc_box_himself ul{
  font-size: 0;
  margin:0 auto;
  width:98%;
}
body.mobile_step .doc_box .doc_box_himself ul li{
  display: inline-block;
	vertical-align: top;
	height: 110px;
  font-size: 16px;
  margin-left: 5px;
  padding:10px 0;
  width:19.2%;
	background: #fff;
}
body.mobile_step .sph .doc_box .doc_box_himself ul li{
  display: inline-block;
	vertical-align: top;
	height: auto;
  font-size: 16px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding:0;
  width:calc(100% / 4);
	background: #fff;
}
body.mobile_step .sph .doc_box .doc_box_himself ul li:first-child {
  margin-left: 0;
}
body.mobile_step .doc_box .doc_box_himself ul li:first-child{
  margin: 0;
}
body.mobile_step .doc_box .doc_box_himself ul.normallist li,
body.mobile_step .doc_box .doc_box_support ul.normallist li {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-size: 12px;
}
body.mobile_step .doc_box .doc_box_himself ul li.disable{
  background: none;
}
body.mobile_step .doc_box .doc_box_support p img,
body.mobile_step .doc_box .doc_box_himself ul li img {
  width:100%;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  body.mobile_step .doc_box .doc_box_support p img,
  body.mobile_step .doc_box .doc_box_himself ul li img {
    width:auto;
    height: 100%;
  	margin-bottom: 5px;
  }
}
body.mobile_step .doc_box .doc_box_support .text,
body.mobile_step .doc_box .doc_box_himself ul li .text {
	font-size: 82%;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	line-height: 1.4;
	margin-bottom: 5px!important;
}
body.mobile_step .doc_box .doc_box_support .textS {
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	line-height: 1.5;
	text-align: left;
}
body.mobile_step .doc_box .doc_box_himself ul li .text span {
	display: block;
}
body.mobile_step .doc_box .doc_box_support .text span {
	display: block;
	letter-spacing: -1px;
}
body.mobile_step .doc_box .doc_box_support{
	float: right;
  font-size: 16px;
  width: 20%;
  padding: 10px;
  text-align:center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
}
body.mobile_step .sph .doc_box .doc_box_support {
  padding: 0;
}
body.mobile_step .doc_box .doc_box_support #doc_box_support_body {
	padding: 5px;
	background: #fff;
}
body.mobile_step .sph .doc_box .doc_box_support #doc_box_support_body {
	padding: 0 5px;
	background: #fff;
}
#input_v2 .inner .inlineBox.upload_caution_box {
  background-color: #fefbf4;
  padding: 25px 15px 20px;
}
body.mobile_step .doc_box_coution {
    border-top: none;
    background:#fff;
    padding:5px 15px;
    margin:0 0 5px;
}
body.mobile_step .doc_box h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: bold;
}
body.mobile_step .doc_box h4{
    text-align: center;
    font-size: 18px;
    padding:5px 0;
    font-weight:normal;
		border-bottom: 1px solid #dfdfdf;
}
body.mobile_step .doc_box h5{
    text-align: center;
    font-size: 10px;
    margin-bottom: 18px;
}
body.mobile_step .doc_box h5 img{
    vertical-align: top;
}
body.mobile_step .mobile_confBox .txtBox {
    padding:15px;
    background:#fff;
    border: 1px solid #e0e0e0;
}
body.mobile_step .BtniconW a.btn.gray {
    color: #111111;
		padding: 10px 100px;
    text-align: center;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f4f4f4))";
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
    background: linear-gradient(to bottom, #ffffff, #f4f4f4);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
    zoom: 1;
}
body.mobile_step .btn.gray a#back_personalconf {
	font-size: 16px;
}
body.mobile_step .batu_icon {
	height:8px;
	width:8px;
	display: inline-block;
	position:relative;
}
body.mobile_step .batu_icon:before,
body.mobile_step .batu_icon:after {
	content:'';
	height:20px;
	width:4px;
	display:block;
	background:#333;
	position:absolute;
	bottom:-4px;
	left:-8px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
}
body.mobile_step .batu_icon:after {
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}

/* ----------------------------------------------------
 .contents 共通
---------------------------------------------------- */
body.mobile_step .contents { padding:0px 0 20px; /*background:#f3f3f3;*/ border-bottom:none; position:relative; }
body.web_entry .contents { width:1100px; }
body.mobile_step .flowArrow { width:100%; text-align:center; position:absolute; left:0; top:-25px; z-index:10; }
body.mobile_step .fcOrange { color: #ff6c00; }
/*
body.mobile_step #service_select_box #service_contents {
    background: #f3f3f3;
	}
  */
body.mobile_step .applyBtnTypeB {
    background-color: none;
    padding: 15px;
}
/* ----------------------------------------------------
 #optionSelect
---------------------------------------------------- */
body.mobile_step .d-ib { display:inline-block!important; }

body.mobile_step .tooltip_text { width:auto; display:block; position:absolute; top:2px; right:5px; font-size: 12px; }
body.mobile_step .tooltip { width:29px; height:29px; display:block; position:absolute; top:1px; right:2px;}
body.mobile_step .tooltip img { margin:0; padding:0; position:absolute; top:0px; left:0; width: 90%;}

.serviceName { font-family: 'Noto Sans JP', sans-serif; font-weight: 600; }
#optionSelect {
	padding-top: 20px;
  padding-bottom: 0;
  background: #f3f3f3;
  position: relative;
}
#sercice_select_box { padding-bottom:0; padding-top: 40px; background:#f3f3f3; position:relative; width: 100%;}
body.mobile_step #mobileArea .read sup { font-size: 80%!important; }

/* -- モバイルカラー
---------------------------------------------------- */
/*body.mobile_step .mobileTerminalColor .serviceName p { background:url(/sim_contact/sim_entry_oc/img/pack_select/img_recommend_arrow_t.png) no-repeat left 50%; }*/
body.mobile_step .mobileTerminalColor .serviceName p { position: relative;}
body.mobile_step .mobileTerminalColor .serviceName p .circle {
	position: absolute;
	left:0;
	top:50%;
	width:30px;
	height:30px;
	margin-top: -15px;
	background:#000;
	border: 1px solid #d2d1d2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow:0px 3px 3px -1px rgba(0,0,0,0.24) inset;
	-moz-box-shadow:0px 3px 3px -1px rgba(0,0,0,0.24) inset;
	-webkit-box-shadow:0px 3px 3px -1px rgba(0,0,0,0.24) inset;
}

/* -- 各カテゴリタイトル
---------------------------------------------------- */

#optionSelect #tabletArea h3 span { padding:0 0 0 50px; display:inline-block; text-align:center; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_ttl_tablet.png) no-repeat 0% 50%; }
#optionSelect #megapackArea h3 span { padding:0 0 0 105px; display:inline-block; text-align:center; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_ttl_megapack.png) no-repeat 0% 50%; }
#optionSelect h3.ttl.tv { height:105px; margin:0 0 13px; font-size:200%; line-height:80px; text-align:center; background:url(/sim_contact/sim_entry_oc/img/service_select/ttl_bg_tv.png) repeat-x 50% 0%; }
#optionSelect #tvArea h3.ttl span { width:100%; padding:0; display:inline-block; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_ttl_tv.png) no-repeat 50% 50%; text-indent:100%; overflow:hidden; white-space: nowrap;  }
#optionSelect h3.ttl.net { height:105px; margin:0 0 13px; font-size:200%; line-height:80px; text-align:center; background:url(/sim_contact/sim_entry_oc/img/service_select/ttl_bg_net.png) repeat-x 50% 0%; }
#optionSelect #netArea h3.ttl span { width:100%; padding:0; display:inline-block; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_ttl_net.png) no-repeat 50% 50%; text-indent:100%; overflow:hidden; white-space: nowrap;  }
#optionSelect h3.ttl.phone { height:105px; margin:0 0 13px; font-size:200%; line-height:80px; text-align:center; background:url(/sim_contact/sim_entry_oc/img/service_select/ttl_bg_phone.png) repeat-x 50% 0%; }
#optionSelect #phoneArea h3.ttl span { width:100%; padding:0; display:inline-block; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_ttl_phone.png) no-repeat 50% 50%; text-indent:100%; overflow:hidden; white-space: nowrap;  }
#optionSelect h3.ttl.mobile { height:105px; margin:0 0 13px; font-size:200%; line-height:80px; text-align:center; background:url(/sim_contact/sim_entry_oc/img/service_select/ttl_bg_mobile.png) repeat-x 50% 0%; }
#optionSelect #mobileArea h3.ttl span { width:100%; padding:0; display:inline-block; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_ttl_mobile.png) no-repeat 50% 50%; text-indent:100%; overflow:hidden; white-space: nowrap;  }
#optionSelect h3.ttl.ele { height:105px; margin:0 0 13px; font-size:200%; line-height:80px; text-align:center; background:url(/sim_contact/sim_entry_oc/img/service_select/ttl_bg_ele.png) repeat-x 50% 0%; }
#optionSelect #eleArea h3.ttl span { width:100%; padding:0; display:inline-block; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_ttl_ele.png) no-repeat 50% 50%; text-indent:100%; overflow:hidden; white-space: nowrap;  }


/* -- 設問
---------------------------------------------------- */

#optionSelect h4.ques { margin:0 0 20px; padding:0 35px 0 60px; font-size:129%; line-height:25px; font-weight:normal; display:inline-block; position:relative; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; }
#optionSelect h4.ques.required { background:url(/sim_contact/sim_entry_oc/img/service_select/icon_required.png) no-repeat 0% 50%; }
#optionSelect h4.ques.optional { background:url(/sim_contact/sim_entry_oc/img/service_select/icon_optional.png) no-repeat 0% 50%; }
#optionSelect h4+p { margin:0 0 20px; font-size: 100%; font-family: 'Noto Sans JP', sans-serif; font-weight: 600;}

#optionSelect #mobile_terminal_title.ques { padding:0 0 0 60px; }
#optionSelect #mobile_terminal_title { width: 825px; }
#optionSelect #mobile_terminal_title span { display: inline-block; float: right; font-size: 80%; text-decoration: underline; }

#optionSelect .selectList { margin:0 0 40px; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#optionSelect .selectList li { position:relative; }
#optionSelect .selectList li label { display:block; cursor:pointer; }


/* -- ラジオボタン
---------------------------------------------------- */

#optionSelect .radio .selectList li label p.input { height:40px; border-bottom:1px solid #dfdfdf;}
#optionSelect .radio input[type='radio']{ filter: alpha(opacity=0); -moz-opacity:0; opacity:0; position: absolute; }
#optionSelect .radio label { background:#fff; border:1px solid #cacaca; display:block; cursor:pointer; overflow:hidden; }
#optionSelect .radio label.checked { background:#fff7c8; }
#optionSelect .radio label.main.checked { background:#fff7c8; }
/*
#optionSelect .radio label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/radio_off.png) no-repeat 50% 6px #f2f2f2; border-bottom:1px solid #dfdfdf; height:40px; }
#optionSelect #tvArea .radio label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/radio_off.png) no-repeat 50% 6px #fff4fa; }
#optionSelect #netArea .radio label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/radio_off.png) no-repeat 50% 6px #edfaff; }
#optionSelect #phoneArea .radio label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/radio_off.png) no-repeat 50% 6px #ecf9f1; }
#optionSelect #mobileArea .radio label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/radio_off.png) no-repeat 50% 6px #e3f5f5; }
#optionSelect #eleArea .radio label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/radio_off.png) no-repeat 50% 6px #fff3e1; }
#optionSelect .radio label.checked .input { background:url(/sim_contact/sim_entry_oc/img/service_select/radio_on.png) no-repeat 50% 6px #fff7c8!important; }
*/

/* -- チェックボックス
---------------------------------------------------- */

#optionSelect .checkbox input[type='checkbox']{ filter: alpha(opacity=0); -moz-opacity:0; opacity:0; position: absolute; }
#optionSelect .checkbox label{ display: table; border:1px solid #cacaca; background:#fff; cursor: pointer; overflow: hidden; }
#optionSelect .checkbox label.checked { border:1px solid #cacaca; background:#fff7c8; }
#optionSelect .checkbox label .input { width:50px; display:table-cell; border:none!important; border-right:1px solid #dfdfdf!important; background:url(/sim_contact/sim_entry_oc/img/service_select/checkbox_off.png) no-repeat 14px 50% #f2f2f2; }
#optionSelect #tvArea .checkbox label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/checkbox_off.png) no-repeat 14px 50% #fff4fa; }
#optionSelect #netArea .checkbox label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/checkbox_off.png) no-repeat 14px 50% #edfaff; }
#optionSelect #phoneArea .checkbox label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/checkbox_off.png) no-repeat 14px 50% #ecf9f1; }
#optionSelect #mobileArea .checkbox label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/checkbox_off.png) no-repeat 14px 50% #e3f5f5; }
#optionSelect #eleArea .checkbox label .input { background:url(/sim_contact/sim_entry_oc/img/service_select/checkbox_off.png) no-repeat 14px 50% #fff3e1; }
#optionSelect .checkbox label.checked .input { background:url(/sim_contact/sim_entry_oc/img/service_select/checkbox_on.png) no-repeat 14px 50% #fff7c8!important; }


/* -- 選択肢BOX
---------------------------------------------------- */

#optionSelect .selectList li label .txt { padding:15px; font-size:16px; position:relative; }
#optionSelect .selectList li label .txt .img { padding:0; }
#optionSelect .selectList li label .txt .img img { height: 140px; max-width:95%; }

#optionSelect .selectList li label .txt .serviceName { font-size:16px; }
#optionSelect .selectList li label .txt .campName { margin:5px 0; color:#ff6c00; line-height:1.3; }
#optionSelect .selectList li label .txt .price { margin-top:5px; font-size:12px; line-height:1.25; }
#optionSelect .selectList li label .txt .price .camp { font-size:200%; color:#e73518; font-family:'Arial'; font-weight:bold; }
#optionSelect .selectList li label .txt .price .normal { font-size:186%; font-family:'Arial'; font-weight:bold; }
#optionSelect .selectList li label .txt .price .number { font-size:129%; font-family:'Arial'; }

#optionSelect .selectList.c4 > li { width:229px; margin-left:15px; }
#optionSelect .selectList.c4 > li:first-child { width:228px; margin-left:0; }
#optionSelect .selectList.c3 > li { width:calc(100% / 3 - 10px); margin-left:15px; }
#optionSelect .selectList.c3 > li:first-child { margin-left:0; }
#optionSelect .selectList.c2 > li { width:472px; margin-left:15px; }
#optionSelect .selectList.c2 > li:first-child { width:473px; margin-left:0; }

#optionSelect .mobileTerminal .selectList li label .txt {  display:-webkit-box;  display:-ms-flexbox;  display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; padding:15px; font-size:16px; position:relative; }
#optionSelect .mobileTerminal .selectList li label .txt .img { width:40%; padding:0; }
#optionSelect .mobileTerminal .selectList li label .txt .img img { height: 110px; }

#optionSelect .mobileBox .in .mobileTerminal .serviceName { width:60%; position:relative; }

#optionSelect .optionBox .selectList.c3 > li { width: calc(100% / 3 - 10px);  margin-left: 15px; }
/*#optionSelect .optionBox .selectList.c3 > li label { border:1px solid #00a4a8; border-radius:5px; }*/
#optionSelect .optionBox .selectList li label .txt { width:100%; padding:15px; font-size:16px; position:relative; display:flex; }
#optionSelect .optionBox .selectList li label .txt .img { width:40%; padding:0; }
#optionSelect .optionBox .selectList li label .txt .img img { height: auto; margin-left: -10px; }
#optionSelect .optionBox .selectList li label .txt .service_text { width: calc(60% + 10px);  margin-left: -10px; }
#optionSelect .optionBox .selectList li label .txt .service_text .serviceName { font-size:12px; text-align:left; }
#optionSelect .optionBox .selectList li label .txt .service_text .campName { margin:5px 0; color:#ff6c00; line-height:1.3; }
#optionSelect .optionBox .selectList li label .txt .service_text .price { margin-top:5px; font-size:10.8px; line-height:1.25; }
/*
#optionSelect .optionBox .selectList li label .txt .service_text .price.tax_included.js-split { padding-left:5.5rem; }
*/
#optionSelect .optionBox .selectList li label .txt .service_text .price.tax_included.js-initial { padding-right: 1rem; text-align: right; }
#optionSelect .optionBox .selectList li label .txt .service_text .price .camp { font-size:200%; color:#e73518; font-family:'Arial'; font-weight:normal; }
#optionSelect .optionBox .selectList li label .txt .service_text .price .normal { font-size:100%; font-family:'Arial'; font-weight:normal; }
#optionSelect .optionBox .selectList li label .txt .service_text .price .number { font-size:100%; font-family:'Arial'; font-weight:normal; }
#optionSelect .optionBox .checkbox.c3 label .txt .service_text .price {
  padding: 0;
  padding-right: 1rem;
  text-align: right;
}

/* -- オプション開閉ボタン
---------------------------------------------------- */

#optionSelect .optionPlus { border:1px solid #cfcfcf; background:#fff; }
#optionSelect .inBox .btnView {
	font-size:129%;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	border-bottom:1px solid #cfcfcf;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fbfbfb, endcolorstr=#dcdcdc))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#dcdcdc));
	background: linear-gradient(to bottom, #fbfbfb, #dcdcdc);/* IE10+, W3C */
	zoom:1;
	cursor: pointer;
}
#optionSelect .inBox .btnView span { padding-left:35px; display:inline-block; line-height:50px; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_optional_open.png) no-repeat 0% 50%; }
#optionSelect #tvArea .inBox .btnView span { background:url(/sim_contact/sim_entry_oc/img/service_select/icon_optional_open_tv.png) no-repeat 0% 50%; }
#optionSelect #netArea .inBox .btnView span { background:url(/sim_contact/sim_entry_oc/img/service_select/icon_optional_open_net.png) no-repeat 0% 50%; }
#optionSelect #phoneArea .inBox .btnView span { background:url(/sim_contact/sim_entry_oc/img/service_select/icon_optional_open_phone.png) no-repeat 0% 50%; }
#optionSelect #mobileArea .inBox .btnView span { background:url(/sim_contact/sim_entry_oc/img/service_select/icon_optional_open_mobile.png) no-repeat 0% 50%; }
#optionSelect .inBox .btnView span.up { padding-left:35px; display:inline-block; line-height:50px; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_optional_close.png) no-repeat 0% 50%!important; }


/* -- オプション枠/モバイル枠内選択肢
---------------------------------------------------- */

/*#optionSelect .inBox .in { padding:0 30px 30px; }*/
#optionSelect .inBox .optionBox { display:none; }
#optionSelect .inBox .in section { padding-bottom:40px; }
#optionSelect .inBox .selectList { margin:0; }
#optionSelect .inBox .selectList li p.serviceName .pickup { font-size:86%; margin-left:10px; padding:1px 6px; background:#e73c22; color:#fff; }
.typeA .ques .pickup { display:inline-block; font-size:72%; margin-left:10px; padding:1px 6px; background:#e73c22; color:#fff; }
.typeI .ques .pickup { display:inline-block; font-size:72%; margin-left:10px; padding:1px 6px; background:#e73c22; color:#fff; }

#optionSelect .inBox .selectList.c5 > li { width:167px; margin-left:16px; }
/*#optionSelect .inBox .selectList.c5 > li:first-child { width:166px; }*/
#optionSelect .inBox .selectList.c4 > li { width:calc(100% / 4 - 12px);; margin-left:15px; }
#/* optionSelect .inBox .selectList.c4 > li:first-child { width:213px; }*/
#optionSelect .inBox .selectList.c3 > li { width:calc(100% / 3 - 10px); margin-left:15px; }
/* #optionSelect .inBox .selectList.c3 > li:first-child { width:290px; } */
#optionSelect .inBox #mobileType_tab .selectList.c3 > li label { border:none; }
#optionSelect .inBox #mobileType_tab .selectList.c3 > li .selectbtn .txt {
	padding: 15px 5px 15px;
	font-size: 86%;
	border: 1px solid #cacaca;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#optionSelect .inBox #mobileType_tab .selectList.c3 > li label input { display: none; }
#optionSelect .inBox #mobileType_tab .selectList.c3 > li label.checked .txt { background: #fffbe6; }

#optionSelect .inBox .selectList.c2 > li { width:calc(100% / 2 - 8px); margin-left:15px; }
#optionSelect .inBox .selectList.c1 > li { width:100%; }
#optionSelect .inBox .selectList > li:first-child { margin-left:0; }

#optionSelect .checkbox label .txt { margin:0; padding:20px 0!important; font-size:16px; display:table-cell; vertical-align:middle; }
#optionSelect .checkbox.c3 label .txt { width:237px; }
#optionSelect .checkbox.c3 label .txt .price { padding:0 20px; }
#optionSelect .checkbox.c4 label .txt { width:160px; }

#optionSelect .checkbox.c1 > li > label { border-top:none; width: 100%; display:table; }
#optionSelect .checkbox.c1 > li:first-child > label { border-top:1px solid #cacaca; }
#optionSelect .checkbox.c1 label .txt-cell { width:64%; display:table-cell; padding:10px 15px; font-size:16px; vertical-align:middle;}
#optionSelect .checkbox.c1 label .txt-cell .serviceName { font-size:16px; }
#optionSelect .checkbox.c1 label .price-cell { width:30%; display:table-cell; padding:10px 15px 10px 15px; border-left:1px dotted #dfdfdf; font-size:12px; text-align:right; vertical-align:middle; }
#optionSelect .checkbox.c1 .long_text label .price-cell { padding:10px 15px 10px 10px; }
#optionSelect .checkbox.c1 label .price-cell .price .normal { font-size:186%; font-family:'Arial'; font-weight:bold; }
#optionSelect .checkbox.c1 label .price-cell .price .number { font-size:129%; font-family:'Arial'; }
#optionSelect .checkbox.c1 label .txt { width:816px; padding:15px 15px!important; vertical-align:middle; }
#optionSelect .checkbox.c1 label .txt-cell .serviceName .campaign {
  font-size: 14px;
  background: #fff2f0;
  border-radius: 40px;
  padding: 3px 20px;
}
#optionSelect .checkbox.c1 > li > ul { padding-left:51px;}
#optionSelect .checkbox.c1 > li > ul > li label { border-top:none;}
#optionSelect .checkbox.c1 > li > ul > li label .txt-cell { width:579px; padding:10px 15px; font-size:16px; display:table-cell; vertical-align:middle;}

body.mobile_step	#optionSelect .inBox  .mobileTerminalColor .selectList.c2 > li:nth-child(odd) { margin-left:0;}


/* -- 個別選択肢設定
---------------------------------------------------- */

/* -- タブレット端末 -- */
#optionSelect .selectList.tablet_machine .price { width:205px; margin:0 auto; text-align:right; }
#optionSelect .selectList.tablet_acc .price { width:; margin:0 auto; text-align:left; }

/* -- CS 6ch -- */
#optionSelect .selectList.cs6ch .txt { padding:0!important; }
#optionSelect .selectList.cs6ch .serviceName{ padding:8px 0 8px; font-size:18px; }
#optionSelect .selectList.cs6ch li ul li { margin:0; padding:10px 20px; display:table; font-size:12px; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; float:none;}
#optionSelect .selectList.cs6ch li ul li.odd { background:#f6f6f6; }
#optionSelect .selectList.cs6ch li label.checked .odd { background:#fffdfb; }
#optionSelect .selectList.cs6ch li ul li .icon { width:70px; display:table-cell; }
#optionSelect .selectList.cs6ch li ul li .chName { width:198px; display:table-cell; vertical-align:middle; }

#optionSelect .campName.magazine { color:#ff6c00!important; }

/* -- オプションチャンネル -- */
#optionSelect .optionChBox { margin:0!important; padding:0!important; }
#optionSelect h5.opchViewCont { padding:10px 0 10px 68px; border:1px solid #cacaca; border-top:none; font-size:115%; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_acd_open.png) no-repeat 0% 50% #fff; cursor:pointer; }
#optionSelect h5.opchViewCont.up { background:url(/sim_contact/sim_entry_oc/img/service_select/icon_acd_close.png) no-repeat 0% 50% #fafafa; }
#optionSelect .optionChList { display:none; margin:0!important; padding:0!important; }
#optionSelect .optionChList li label { border-top:none!important; border-bottom:1px solid #cacaca; }
#optionSelect .optionChList.checkbox label .chName { margin-bottom:5px; font-size:12px; line-height:1.3; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; }
#optionSelect .optionChList.checkbox label .txt-cell dl { padding:5px 0; display:table; }
#optionSelect .optionChList.checkbox label .txt-cell dl dt { width:70px; display:table-cell; }
#optionSelect .optionChList.checkbox label .txt-cell dl dd { width:560px; font-size:12px; line-height:1.3; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; display:table-cell; vertical-align:middle; }
#optionSelect .optionChList.checkbox label .txt-cell dl.ch3 dd { width:140px; }

#optionSelect .optionChList.checkbox label .txt-cell .campBanner { margin:5px 0 8px; padding:0; display:block; border:1px solid #c9c9c9; -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1); }
#optionSelect .optionChList.checkbox label .txt-cell .campBanner dt { width:95%; padding:3px 2.5%; display:block; font-size:16px; text-align:center; color:#ffffff; background:#c6c6c6; border-bottom:1px solid #c9c9c9; font-family: 'Noto Sans JP', sans-serif; font-weight: 600;}
#optionSelect .optionChList.checkbox label .txt-cell .campBanner dd { width:95%; padding:10px 2.5%; display:block; font-size:16px; text-align:center; background:#ffffff; font-family: 'Noto Sans JP', sans-serif; font-weight: 600;}

/* -- モバイル共通 -- */
#optionSelect .mobileBox { margin-bottom:50px;  padding:15px;  /*border:1px solid #cacaca;*/ background:#fff; }
#optionSelect .mobileBox .typeA { display:none; }
#optionSelect .mobileBox .typeI { display:none; }
#optionSelect .mobileBox h3 { padding:10px 0; background:#b9e0e1; border-bottom:1px solid #cacaca; text-align:center; position:relative; }
#optionSelect .mobileBox h3 span { padding:0 10px; background:#fff; display:inline-block; border-radius:3px; color:#29a4a9;  font-size:14px; font-weight:normal; }
#optionSelect .mobileBox h3 span em { font-size:115%; }
#optionSelect .mobileBox h3 .deleteBtn {
	font-family: 'font-weight: 600;', sans-serif;
    font-weight: 600;
	border-radius:5px;
	border:2px solid #29a4a9;
	display:inline-block;
	text-decoration:none;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#dddddd))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd));
	background: linear-gradient(to bottom, #fff, #dddddd);/* IE10+, W3C */
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
	zoom:1;
	position:absolute;
	top:5px;
	right:10px;
	cursor:pointer;
}
#optionSelect .mobileBox h3 .deleteBtn:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f4f4f4, endcolorstr=#fff))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#fff));
	background: linear-gradient(to bottom, #dddddd, #fff);/* IE10+, W3C */
}
#optionSelect .mobileBox h3 .deleteBtn em { padding:0 15px 0 36px; font-size:14px; line-height:30px; color:#111111; text-align:center; display:block; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_delete.png) no-repeat 10px 50%;}



/* -- モバイル端末 -- */
#optionSelect .mobileBox .in .mobileTerminal { margin:0; width:100%; overflow:hidden; float:left; }
#optionSelect .mobileBox .in .mobileDplan { margin:0; width:210px; overflow:hidden; float:right; }
#optionSelect .mobileBox .in .mobileTerminal .selectList li { width:calc(100% / 3 - 10px); margin:0 15px 15px 0; }
#optionSelect .mobileBox .in .mobileTerminal .selectList li:last-child { margin-right: 0; }
#optionSelect .mobileBox .in .mobileTerminal .selectList .n4 { width:210px; margin:0 0 15px 0; }

#optionSelect .mobileBox .in .mobileDplan .selectList li { width:210px; margin:0 0 15px 0; }
#optionSelect .mobileBox .in .mobileTerminal h5,
#optionSelect .mobileBox .in .mobileDplan h5 { margin:0 0 15px; font-size:14px; line-height:30px; text-align:center; background:#f3f3f3; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; border-radius:3px; }
#optionSelect .mobileBox .in .mobileTerminal h5 { margin-right:15px; }
#optionSelect .mobileBox .in .mobileDplan .serviceName { min-height:50px; }
#optionSelect .mobileBox .in .mobileTerminal .serviceName {  }

#optionSelect .mobileBox .txtsG {font-size: 12px; color: #666666; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; }

/* -- モバイルデータ容量 -- */
#optionSelect .mobileBox .in .selectList.mobileData .txt { padding:0; }
#optionSelect .mobileBox .in .selectList.mobileData .txt .serviceName { font-size:18px; }
#optionSelect .mobileBox .in .selectList.mobileData .txt .serviceName em { font-size:172%; }
.web_entry #optionSelect .mobileBox .in .selectList.mobileData .txt { padding:15px; }
.web_entry #optionSelect .mobileBox .in .selectList.mobileData .txt.pLR { padding:15px 8px; }
.web_entry #optionSelect .mobileBox .in .selectList.mobileData .txt .serviceName { font-size:16px; }
.web_entry #optionSelect .mobileBox .in .selectList.mobileData .txt .serviceName em { font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }

#optionSelect .mobileBox .in .selectList.mobileData .priceBox { padding:10px 15px; border-top:1px solid #cacaca; }
#optionSelect .mobileBox .in .selectList.mobileData .priceBox dl { width:100%; font-size:12px; overflow:hidden; display:table; }
#optionSelect .mobileBox .in .selectList.mobileData .priceBox dl dt { display:table-cell; }
#optionSelect .mobileBox .in .selectList.mobileData .priceBox dl dd { text-align:right; display:table-cell; }
#optionSelect .mobileBox .in .selectList.mobileData .priceBox dl dd span { font-size:20px; }

/* -- モバイル訪問設定 -- */
#optionSelect .mobileBox .in .selectList.tablet_visit label ul { overflow:hidden; }
#optionSelect .mobileBox .in .selectList.tablet_visit label li { padding:5px 0 0; width:33%; float:left; font-size:12px; }
#optionSelect .mobileBox .in #visitL { line-height: 80px; width: 15%; float: left; }
#optionSelect .mobileBox .in #visitR { padding-left: 20px; width: 80%; float: right; border-left:1px solid #cccccc!important; }

/* -- モバイル追加ボタン -- */
.btn.mobilePlus {
	margin-top:-20px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	display:inline-block;
}
.btn.mobilePlus span { text-decoration:underline; padding:0 0 0 25px; font-size:14px; color:#111111; text-align:center; display:block; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_btn_mobile_plus.png) no-repeat 0px 50%;}
.btn.mobilePlus:hover span  { text-decoration:none; }

#optionSelect .mobileBox .in .selectList.line2 li { margin:0 15px 15px 0; }


/* ----------------------------------------------------
 #priceList
---------------------------------------------------- */
body.mobile_step #priceList {padding-bottom: 0px!important;}
#priceList { padding-top:60px; background:#fff; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }
#monthOptionDetail,
#initialDetail { font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }

/* -- 申し込みボタン
---------------------------------------------------- */

#priceList .entryBox { padding:25px 45px; border-radius:5px; background:#f0f0f0; overflow:hidden; }
#priceList .entryBox .btnL { width:500px; float:left; }
#priceList .entryBox .btnR { width:350px; float:right; }
#priceList .entryBox .btn.red { display:block; }
#priceList .entryBox .btn.red span { padding:20px 0; line-height:40px; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_btn_link_w_l.png) no-repeat 95% 52%; display:block; }
#priceList .entryBox .btn.gray { display:block; }
#priceList .entryBox .btn.gray span { padding:16px 0; line-height:24px; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_btn_link_r_l.png) no-repeat 94% 52%; display:block; }
#priceList .entryBox .btn em { display:block; }

#priceList .entryBox.change .btnL { margin:0 auto; float:none; }
#priceList .entryBox.change .btnR { display:none; }


/* -- 選択プラン
---------------------------------------------------- */

#priceList .read { padding:0 0 15px; font-size:228%; text-align:center; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; }
#priceList #selectedPlan { margin:0 0 25px; padding:10px; font-size:143%; text-align:center; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; border:2px solid #d4d4d2; border-radius:5px; }


/* -- 合計/小計金額
---------------------------------------------------- */
body.mobile_step #priceList .MorePriceBox { padding: 0 15px; background: #FFFBF3; }
body.mobile_step #priceList .MorePriceBox:last-child { padding-bottom: 15px;}

body.mobile_step #priceList .MorePriceBox h4 { padding: 15px 0 0; }
body.mobile_step #priceList .campArea,
body.mobile_step #priceList .normalArea { background: #FFF;  border-left: 1px solid #cacaca;  border-right: 1px solid #cacaca; }

#priceList .priceTable { margin:0 0 50px; border:1px solid #cacaca; }
#priceList .priceTable .totalPrice { padding:20px 0 15px; font-size:18px; line-height:1em; text-align:center; background:#fff5dd; position:relative; border-bottom: 1px solid #cacaca; }
#priceList .priceTable .totalPrice em { padding:0 3px; display:inline-block; font-size:40px; color:#e73518; font-family:'Arial'; font-weight:bold; }
#priceList .priceTable .totalPrice .btn { position:absolute; top:15px; right:15px; }
#priceList .priceTable .totalPrice .btn span { padding:8px 35px 8px 20px; font-size:14px; background:url(/procedure/img_v2/pack_select/icon_btn_link_up_r.png) no-repeat 90% 50%; display:block; }

#priceList .priceTable .stotalPrice { margin-top:-1px; padding:10px 15px 7px; line-height:28px; border:1px solid #cacaca; background:#e3e3e3; overflow:hidden; }
#priceList .priceTable .stotalPrice dt { width:180px; float:left; }
#priceList .priceTable .stotalPrice dd { width:190px; float:left; text-align:right; }
#priceList .priceTable .stotalPrice p { width:100%; margin: 0 auto; text-align: center;}
#priceList .priceTable .stotalPrice p span.price { padding:0 3px; display:inline-block; font-family:'Arial'; font-size:28px; font-weight:bold; }
#priceList .priceTable .stotalPrice dd span { padding:0 3px; display:inline-block; font-family:'Arial'; font-size:28px; font-weight:bold; }

/* -- プラン金額
---------------------------------------------------- */

#priceList .priceTable .planPrice { border-top:1px solid #cacaca; overflow:hidden; }
#priceList .priceTable .planPrice dt { width:49.88%; float:left;}
#priceList .priceTable .planPrice dt .in { padding:15px; font-size:12px; }
#priceList .priceTable .planPrice dt .in .sn { font-size:16px; }
#priceList .priceTable .planPrice dt .in .price1 { margin:20px 0 5px; text-align:right; line-height:1.8em; }
#priceList .priceTable .planPrice dt .in .price2 { text-align:right; line-height:1.8em; }
#priceList .priceTable .planPrice dt .in .price1 span { font-family:'Arial'; font-size:32px; }
#priceList .priceTable .planPrice dt .in .price2 span { font-family:'Arial'; font-size:16px; }
.web_entry #priceList .priceTable .planPrice dt .in .price1 span { font-weight:bold; }
.web_entry #priceList .priceTable .planPrice dt .in .price2 span { font-weight:bold; }
#priceList .priceTable .planPrice dd { width:49.88%; border-left:1px solid #cacaca; float:left; background:none; }
#priceList .priceTable .planPrice dd .detail { width: 100%; border-top:1px solid #cacaca; }
#priceList .priceTable .planPrice dd .detail:first-child { border-top:none; }
#priceList .priceTable .planPrice dd .detail .cell { padding:10px 0; font-size:12px; }
body.mobile_step #priceList .priceTable .planPrice dd .detail .cell p { padding:0 10px; }
#priceList .priceTable .planPrice dd .detail .cell p.mi { font-weight:bold; text-align:center; }
#priceList .priceTable .planPrice dd .detail .cell p.txt { text-align:right; }
body.mobile_step #priceList .priceTable .planPrice dd .detail .cell1 { width:100%; }
body.mobile_step #priceList .priceTable .planPrice dd .detail .cell2 { width:100%; }
body.mobile_step #priceList .priceTable .planPrice dd .detail .cell3 { width:100%; }
#priceList .priceTable .planPrice dd .detail .cell1 p.mi { text-align:left; }
#priceList .priceTable .planPrice dd .detail .cell1 p.txt { text-align:left; }
body.mobile_step #priceList .priceTable .planPrice dd .detail .cell2 p span { font-size:129%; font-family:'Arial'; }
body.mobile_step #priceList .priceTable .planPrice dd .detail .cell2 p span:first-child { color:#e73c22; }
.web_entry #priceList .priceTable .planPrice dd .detail .cell2 p span:first-child { font-weight:bold; }
body.mobile_step #priceList .priceTable .planPrice dd .detail .cell3 p span { font-size:115%; font-family:'Arial'; }

body.mobile_step #priceList .priceTable .planPrice dd .detail .cell1 p { font-size:115%; }
body.mobile_step #priceList .priceTable .planPrice dd .detail .cell2 p { text-align:right; }

/* planPriceB */
#priceList .priceTable .planPriceB { border-top:1px solid #cacaca; overflow:hidden; }
#priceList .priceTable .planPriceB dt { width:100%; padding:0 15px; }
#priceList .priceTable .planPriceB dt .in { display:-webkit-box;display:-ms-flexbox;display:flex; padding:15px 0; font-size:12px; }
#priceList .priceTable .planPriceB dt .in .sn { width:60%; font-size:16px; }
#priceList .priceTable .planPriceB dt .in .pricewrap { width:40%; }
#priceList .priceTable .planPriceB dt .in .price1 {  text-align:right; line-height:1.8em; }
#priceList .priceTable .planPriceB dt .in .price2 { text-align:right; line-height:1.8em; }
#priceList .priceTable .planPriceB dt .in .price1 span { font-family:'Arial'; font-size:20px; font-weight:bold; }
#priceList .priceTable .planPriceB dt .in .price2 span { font-family:'Arial'; font-size:16px; }
.web_entry #priceList .priceTableB .planPriceB dt .in .price1 span { font-weight:bold; }
.web_entry #priceList .priceTableB .planPriceB dt .in .price2 span { font-weight:bold; }
#priceList .priceTable .planPriceB dd { width:100%; background:none; padding:0 10px; }
#priceList .priceTable .planPriceB dd .detail { width: 100%; border-top:1px solid #cacaca; }
#priceList .priceTable .planPriceB dd .detail:first-child { border-top:none; }
#priceList .priceTable .planPriceB dd .detail .cell { padding:10px 0; font-size:12px; }
body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell p { padding:0 0px; }
#priceList .priceTable .planPriceB dd .detail .cell p.mi { font-weight:bold; text-align:center; }
#priceList .priceTable .planPriceB dd .detail .cell p.txt { text-align:right; }
body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell1 { width:100%; border-top:1px dashed #cacaca; }
body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell2 { width:100%; }
body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell3 { width:100%; }
#priceList .priceTable .planPriceB dd .detail .cell1 p.mi { text-align:left; }
#priceList .priceTable .planPriceB dd .detail .cell1 p.txt { text-align:left; }
body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell2 p span { font-size:129%; font-family:'Arial'; }
body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell2 p span:first-child { color:#e73c22; }
.web_entry #priceList .priceTable .planPriceB dd .detail .cell2 p span:first-child { font-weight:bold; }
body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell3 p span { font-size:115%; font-family:'Arial'; }

body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell1 p { font-size:115%; }
body.mobile_step #priceList .priceTable .planPriceB dd .detail .cell2 p { text-align:right; }

/* -- 通常金額表示
---------------------------------------------------- */

#priceList .priceTable .normalPrice { border-top:1px solid #cacaca; overflow:hidden; }
#priceList .priceTable .normalPrice > dt { width:49.93%; float:left;}
#priceList .priceTable .normalPrice > dt .in { padding:10px 15px; font-size:12px; border-right:1px solid #cacaca; }
#priceList .priceTable .normalPrice > dt .in .sn { font-size:14px; }
#priceList .priceTable .normalPrice > dt .in .price { margin:5px 0 0; font-size:12px; text-align:right; line-height:1.8em; }
#priceList .priceTable .normalPrice > dt .in .price span { font-family:'Arial'; font-size:18px; }
.web_entry #priceList .priceTable .normalPrice > dt .in .price span { font-weight:normal; }
#priceList .priceTable .normalPrice > dd { width:49.93%; float:left; }
#priceList .priceTable .normalPrice > dd .detail { border-top:1px solid #cacaca; display:table; }
#priceList .priceTable .normalPrice > dd .detail:first-child { border-top:none; }
#priceList .priceTable .normalPrice > dd .detail .cell { padding:15px 0; font-size:12px; display:table-cell; vertical-align:middle; }
#priceList .priceTable .normalPrice > dd .detail .cell p { padding:0 10px; }
#priceList .priceTable .normalPrice > dd .detail .cell p.mi { font-weight:bold; }
#priceList .priceTable .normalPrice > dd .detail .cell dl { padding:0 10px 8px; overflow:hidden; }
#priceList .priceTable .normalPrice > dd .detail .cell dl dt { font-weight:bold; float:left; }
#priceList .priceTable .normalPrice > dd .detail .cell dl dd { width:70px; float:left; }

/* normalPriceB */
.web_entry #priceList .priceTable .normalPriceB { border-top:1px solid #cacaca; overflow:hidden; }
.web_entry #priceList .priceTable .normalPriceB > dt { width:100%; padding:0 15px; }
.web_entry #priceList .priceTable .normalPriceB > dt .in { display:-webkit-box;display:-ms-flexbox;display:flex; padding:10px 0; font-size:12px; }
.web_entry #priceList .priceTable .normalPriceB > dt .in .sn { width:60%; font-size:14px; }
.web_entry #priceList .priceTable .normalPriceB > dt .in .pricewrap { width:40%; }
.web_entry #priceList .priceTable .normalPriceB dt .in .price1 {  text-align:right; line-height:1.8em; }
.web_entry #priceList .priceTable .normalPriceB dt .in .price2 { text-align:right; line-height:1.8em; }
.web_entry #priceList .priceTable .normalPriceB dt .in .price1 span { font-family:'Arial'; font-size:16px; }
.web_entry #priceList .priceTable .normalPriceB dt .in .price2 span { font-family:'Arial'; font-size:16px; }
.web_entry #priceList .priceTable .normalPriceB > dt .in .price { width:40%; margin:5px 0 0; font-size:12px; text-align:right; line-height:1.8em; }
.web_entry #priceList .priceTable .normalPriceB > dt .in .price span { font-family:'Arial'; font-size:18px; }
.web_entry #priceList .priceTable .normalPriceB > dt .in .price span { font-weight:normal; }
.web_entry #priceList .priceTable .normalPriceB > dd { width:100%; }
.web_entry #priceList .priceTable .normalPriceB > dd.box { padding:0px 10px; }
.web_entry #priceList .priceTable .normalPriceB > dd .detail { border-top:1px solid #cacaca; }
.web_entry #priceList .priceTable .normalPriceB > dd .detail:first-child { border-top:none; }
.web_entry #priceList .priceTable .normalPriceB > dd .detail .cell { padding:15px 0; font-size:12px;  vertical-align:middle; border-top:1px dashed #cacaca; }
.web_entry #priceList .priceTable .normalPriceB > dd .detail .cell p { padding:0 0px; }
.web_entry #priceList .priceTable .normalPriceB > dd .detail .cell p.mi { font-weight:normal; }
.web_entry #priceList .priceTable .normalPriceB > dd .detail .cell dl { display:-webkit-box;display:-ms-flexbox;display:flex; padding:0 0px; overflow:hidden; }

.web_entry #priceList .priceTable .normalPriceB > dd .detail .cell dl dt { font-weight:normal; }
.web_entry #priceList .priceTable .normalPriceB > dd .detail .cell dl dd { font-weight:bold; }

body.mobile_step #priceList .priceTable #monthTerminalDetail .normalPrice > dt .in { padding:10px 15px; font-size:12px; border-right:none; }
body.mobile_step #priceList .priceTable #monthTerminalDetail .box:first-child { border-right:1px solid #cacaca; }

.web_entry #priceList .priceTable #monthTerminalDetail .normalPriceB > dt .in { padding:10px 0px; font-size:12px; border-right:none; }
.web_entry #priceList .priceTable #monthTerminalDetail .normalPriceB .box:first-child { border-right:0; }


/* -- オプション金額
---------------------------------------------------- */

#priceList .priceTable .optionPrice { border-top:1px solid #cacaca; overflow:hidden; }
#priceList .priceTable .optionPrice li { width:49.93%; float:left; }
#priceList .priceTable .optionPrice li .in { padding:10px 15px; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca; }
#priceList .priceTable .optionPrice li.n3 .in { border-right:none; }
#priceList .priceTable .optionPrice li.tl .in { border-top:none; }
#priceList .priceTable .optionPrice li .in .price { font-size:12px; text-align:right; }
#priceList .priceTable .optionPrice li .in .price span { font-family:'Arial'; font-size:16px; }
.web_entry #priceList .priceTable .optionPrice li .in .price span { font-weight:normal; }

body.mobile_step #priceList .priceTable .optionPrice li .in { border-right:none; border-bottom:none; }
body.mobile_step #priceList .priceTable .optionPrice li { border-bottom:1px solid #cacaca; }
body.mobile_step #priceList .priceTable .optionPrice li:nth-child(odd){ border-right:1px solid #cacaca;}

#priceList .priceTable .optionPriceB { border-top:1px solid #cacaca; overflow:hidden; }
#priceList .priceTable .optionPriceB li { width:100%; float:none; }
#priceList .priceTable .optionPriceB li .in { padding:10px 15px; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca; }
#priceList .priceTable .optionPriceB li.n3 .in { border-right:none; }
#priceList .priceTable .optionPriceB li.tl .in { border-top:none; }
#priceList .priceTable .optionPriceB li .in .price { font-size:12px; text-align:right; }
#priceList .priceTable .optionPriceB li .in .price span { font-family:'Arial'; font-size:16px; }
.web_entry #priceList .priceTable .optionPriceB li .in .price span { font-weight:normal; }

body.mobile_step #priceList .priceTable .optionPriceB li .in { border-right:none; border-bottom:none; }
body.mobile_step #priceList .priceTable .optionPriceB li { border-bottom:1px solid #cacaca; }

/* -- 適用キャンペーン
---------------------------------------------------- */
#priceList #campaign { margin-bottom:50px; }
#priceList #campaign table { width:100%; border-collapse:collapse; border:none; }
#priceList #campaign table thead th { border:1px solid #cacaca; background:#fff5dd; }
#priceList #campaign table thead th h4 { font-size:115%; line-height:40px; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; text-align:center; }
body.mobile_step #priceList #campaign table tbody th{ width:448px; padding:13px 15px; text-align:left; border:1px solid #cacaca; background:#fff; font-weight:normal; vertical-align:top; }
body.mobile_step #priceList #campaign table tbody td { width:449px; padding:13px 15px; border:1px solid #cacaca; font-size:86%; }


/* -- 適用条件
---------------------------------------------------- */
body.mobile_step #priceList #terms { margin-bottom:30px; }
body.mobile_step #priceList #terms table { width:100%; border-collapse:collapse; border:none; }
body.mobile_step #priceList #terms table thead th { border:1px solid #cacaca; background:#e3e3e3; }
body.mobile_step #priceList #terms table thead th h4 { font-size:115%; line-height:40px; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; text-align:center; }
body.mobile_step #priceList #terms table tbody th{ width:180px; padding:15px 15px; text-align:left; border:1px solid #cacaca; background:#f8f8f8; font-weight:normal; vertical-align:top; }
body.mobile_step #priceList #terms table tbody td.cell1 { width:480px; padding:15px 15px; border:1px solid #cacaca; font-size:86%; vertical-align:top; }
body.mobile_step #priceList #terms table tbody td.cell2 { width:177px; padding:10px 0; border:1px solid #cacaca; text-align:center; vertical-align:middle; }

body.mobile_step #priceList #terms table tbody td.cell1 dl { margin-top:3px; }
body.mobile_step #priceList #terms table tbody td.cell1 dl:first-child { margin-top:0; }
body.mobile_step #priceList #terms table tbody td.cell1 dt { font-weight:bold; display:inline-block; }
body.mobile_step #priceList #terms table tbody td.cell1 dd { display:inline-block; }
body.mobile_step #priceList #terms table tbody td.cell1 ul { overflow:hidden; }
body.mobile_step #priceList #terms table tbody td.cell1 ul li { margin-top:15px; float:left; }
body.mobile_step #priceList #terms table tbody td.cell1 ul li:first-child { margin-top:0; }
body.mobile_step #priceList #terms table tbody td.cell1 ul li.c1 { width:100%; overflow:hidden; }
body.mobile_step #priceList #terms table tbody td.cell1 ul li.c1 .logo { width:120px; float:left; }
body.mobile_step #priceList #terms table tbody td.cell1 ul li.c1 .txt { width:420px; float:right; }
body.mobile_step #priceList #terms table tbody td.cell1 ul li.c3 { width:33.33%; }
body.mobile_step #priceList #terms table tbody td.cell2 .btnChange {
	padding:0 35px 0 15px;
	border:1px solid #d6d6d6;
	border-radius:5px;
	font-size:14px;
	color:#111111;
	line-height:35px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	display:inline-block;
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	background:url(/sim_contact/sim_entry_oc/img/service_select/icon_btn_link_up_r.png) no-repeat 93% 50% #eeeeee;
}
body.mobile_step #priceList #print.btn {
	margin-bottom:30px;
}
body.mobile_step #priceList #print.btn span {
	padding:10px 30px 10px 70px; font-size:16px; background:url(/common_form/img/common/icon/icon_print.svg) no-repeat 25px 50%; display:block; background-size:32px;
}

/* ----------------------------------------------------
 #fixedPriceArea
---------------------------------------------------- */
body.mobile_step #fixedPriceArea { display:block; width:100%; background-color: rgba(123,123,123,0.9); position:fixed; bottom:0; z-index:50; -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); }
body.mobile_step #fixedPriceArea section { width:960px; margin:0 auto; padding:10px 0; overflow:hidden; }
body.mobile_step #fixedPriceArea section .lBox { width:685px; float:left; }
body.mobile_step #fixedPriceArea section .rBox { width:260px; float:right; }
body.mobile_step #fixedPriceArea section.allBox .lBox { display:none; }
body.mobile_step #fixedPriceArea section.allBox .rBox { width:60%; margin:0 auto; float:none; }

body.mobile_step #fixedPriceArea section .lBox .lBoxbody_l { width:410px; float:left; }
body.mobile_step #fixedPriceArea section .lBox .lBoxbody-r { width:260px; float:right; }

body.mobile_step #fixedPriceArea section .lBox dl { overflow:hidden; border-radius:3px; display:table; }
body.mobile_step #fixedPriceArea section .lBox dl dt { background:#edeef0; font-size:12px; text-align:center; vertical-align:middle; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; display:table-cell; }
body.mobile_step #fixedPriceArea section .lBox dl dd { background:#ffffff; display:table-cell; }

body.mobile_step #fixedPriceArea section .lBox #selectterminal { width:410px; height:30px; min-width: 30px;}
body.mobile_step #fixedPriceArea section .lBox #selectPlan { width:410px; height:30px; min-width: 30px; margin-bottom:5px; }
body.mobile_step #fixedPriceArea section .lBox #selectterminal dt,
body.mobile_step #fixedPriceArea section .lBox #selectPlan dt { width:90px; }
body.mobile_step #fixedPriceArea section .lBox #selectterminal dd,
body.mobile_step #fixedPriceArea section .lBox #selectPlan dd { width:200px; vertical-align:middle; font-size:12px;}
body.mobile_step #fixedPriceArea section .lBox #selectterminal dd p,
body.mobile_step #fixedPriceArea section .lBox #selectPlan dd p { padding:5px 10px; font-family: 'Noto Sans JP', sans-serif; font-weight: 600; }
body.mobile_step #fixedPriceArea section .lBox #selectterminal dd p span { display: block; font-size: 10px;}

body.mobile_step #fixedPriceArea section .lBox #initialCost { width:260px; min-height:30px; height:30px; float:left; }
body.mobile_step #fixedPriceArea section .lBox #initialCost dt { width:90px; }
body.mobile_step #fixedPriceArea section .lBox #initialCost dd { width:150px; vertical-align:middle; font-size:12px;}
body.mobile_step #fixedPriceArea section .lBox #initialCost dd p { padding:0 10px; }

body.mobile_step #fixedPriceArea section .lBox #monthPrice { width:260px; min-height:30px; height:30px; float:right;}
body.mobile_step #fixedPriceArea section .lBox #monthPrice dt { width:90px;}
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd { width:150px; vertical-align:middle; font-size:12px; }
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd p { padding:0 10px; }
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd .etcPrice { width:100px; padding:0 0 0 10px; font-size:12px; line-height:1.2; display:table-cell; vertical-align:middle; text-align:left; }
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd .etcPrice em{ font-size:14px; font-family:'Arial'; }
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd .iconCamp { width:115px; display:table-cell; vertical-align:middle; text-align:right; }
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd .iconCamp em { padding:8px 5px 6px 5px; color:#ff9c00; text-align:center;  line-height:1em; border:2px solid #ff9c00; border-radius:3px; display:inline-block; }
/*body.mobile_step #fixedPriceArea section .lBox #monthPrice dd .monthPrice { width:165px; font-size:12px; }*/
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd .monthPrice .month { font-size:10px; }

body.mobile_step #fixedPriceArea section .lBox #monthPrice dd.price.nocamp .etcPrice { width:260px; display:block; text-align:right; position:absolute; bottom:8px; right:15px; }
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd.price.nocamp .etcPrice br { display:none;}
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd.price.nocamp .etcPrice { font-size:12px; }
body.mobile_step #fixedPriceArea section .lBox #monthPrice dd.price.nocamp .etcPrice em{ font-size:12px; }

body.mobile_step #fixedPriceArea section .lBox dl dd.price em.normal { padding:0 3px; font-size:12px; font-family:'Arial'; display:inline-block; }
body.mobile_step #fixedPriceArea section .lBox dl dd.price em.camp { padding:0 3px; font-size:28px; color:#e73c22; font-family:'Arial'; display:inline-block; }



body.mobile_step #fixedPriceArea section .rBox .btn.price { width:100%; margin-bottom:5px; }
body.mobile_step #fixedPriceArea section .rBox .btn.price span { font-size:16px; line-height:30px; display:block; background:url(/procedure/img_v2/pack_select/icon_btn_link_up_rs.png) no-repeat 95% 50%;}
body.mobile_step #fixedPriceArea section .rBox .btn.entry { width:100%; height: 70px; position: relative; }
body.mobile_step #fixedPriceArea section .rBox .btn.entry span {  position: relative; font-size:20px; line-height:70px; display:block; background:none;}

body.mobile_step .btn.gray {
	color:#111111;
	text-align:center;
	text-decoration:none;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	border-radius:5px;
	border:1px solid #cfcfcf;
	display:inline-block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f4f4f4))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background: linear-gradient(to bottom, #ffffff, #f4f4f4);/* IE10+, W3C */
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	zoom:1;
}
body.mobile_step .btn.gray:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f4f4f4, endcolorstr=#ffffff))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
	background: linear-gradient(to bottom, #f4f4f4, #ffffff);/* IE10+, W3C */
}
body.mobile_step #fixedPriceArea .btn.red {
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	border-radius:5px;
	border:1px solid #e83517;
	display:inline-block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eb5d45, endcolorstr=#e83416))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#eb5d45), to(#e83416));
	background: linear-gradient(to bottom, #eb5d45, #e83416);/* IE10+, W3C */
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	zoom:1;
}
body.mobile_step #fixedPriceArea .btn.red:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e83416, endcolorstr=#eb5d45))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#e83416), to(#eb5d45));
	background: linear-gradient(to bottom, #e83416, #eb5d45);/* IE10+, W3C */
}
body.mobile_step #fixedPriceArea .btn span { display:block; }
body.mobile_step #fixedPriceArea section .rBox .btn.red span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -5px;
}
body.mobile_step #fixedPriceArea section .rBox .btn.green span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -5px;
}

body.mobile_step .btn.green {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  border-radius: 5px;
  display: inline-block;
	background: #e83416;
  background: -webkit-gradient(linear,left top, left bottom,from(#eb5d45),to(#e83416));
  background: linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5d45', endColorstr='#e83416', GradientType=0);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
  zoom: 1;
}
body.mobile_step .btn.green:hover {
	opacity:0.6;
}

/* ----------------------------------------------------
 #coution
---------------------------------------------------- */
body.mobile_step #coution { padding-top:50px; border-top: 1px solid #cacaca; }
body.mobile_step #coution .inner { padding-top:10px; }
body#mobile_changeSetting #coution h4 { font-size:10px; color:#666666; }
body#mobile_changeSetting #coution ul { margin:8px 0 25px; }
body#mobile_changeSetting #coution ul li { margin-bottom:2px; padding-left:1.2em; font-size:10px; color:#666666; position:relative; }
body#mobile_changeSetting #coution ul li.number { padding-left:2.2em; }
body#mobile_changeSetting #coution ul li span { position:absolute; top:0; left:0; }


/* ----------------------------------------------------
 #contactTel
---------------------------------------------------- */
body.mobile_step #contactTel { margin:0; padding:0; position:fixed; bottom:110px; left:20px; z-index:50; }
body.mobile_step #contactTel dl { width:220px;  margin:0; padding:0; -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3); }
body.mobile_step #contactTel dl dt { margin:0; padding:3px 0; color:#ffffff; text-align:center; background:rgba(70,70,70,0.9); display:block; position:relative; }
body.mobile_step #contactTel dl dt .close { width:31px; height:32px; cursor:pointer; position:absolute; right:5px; top:-10px; }
body.mobile_step #contactTel dl dd { margin:0; padding:15px 0; text-align:center; background:rgba(255,255,255,0.9); }
body.mobile_step #contactTel dl dd .btn { width:200px; background:url(/sim_contact/sim_entry_oc/img/service_select/icon_contact.png) no-repeat 15px 50%; }
body.mobile_step #contactTel dl dd .btn span { padding:3px 20px 3px 40px; }

/* ----------------------------------------------------
 #mobile_navi
---------------------------------------------------- */
body.mobile_step #mobile_navi { margin:0; padding:0; position:fixed; bottom:10%; left:-280px; z-index:50; }
body.web_entry #mobile_navi { left:-280px; }
/*body.mobile_step #mobile_navi #mobile_navi_body p { width: 220px;  padding:0; margin: 0; border-radius: 5px; box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3); }*/
body.mobile_step #mobile_navi #mobile_navi_body { width: 317px; height: 170px; }
body.web_entry #mobile_navi #mobile_navi_body { width: 340px; height: 170px; }
body.mobile_step #mobile_navi .vrl {
	float: right;
	background: #ccc;
	height: 170px;
	padding: 0px 6px;
	color: #fff;
	border-radius: 0 5px 5px 0!important;
	-webkit-border-radius: 0 5px 5px 0!important;
	-moz-border-radius: 0 5px 5px 0!important;
	-ms-border-radius: 0 5px 5px 0!important;
	-o-border-radius: 0 5px 5px 0!important;
	border: 2px solid #fff;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	letter-spacing: 0.3rem;
	cursor: pointer;
	font-size: 14px;
	line-height: 23px;
	width: 37px;
}
body.web_entry #mobile_navi .vrl {
  background: #848484;
  width: 60px;
	padding: 0px 15px;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0){
  body.mobile_step #mobile_navi .vrl {
		letter-spacing: .3rem;
  }
}
*/
body.mobile_step #mobile_navi .vrl span#mobile_navi_caption { margin: 20px 0;}
body.mobile_step #mobile_navi .vrl i {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
}
body.mobile_step #mobile_navi .vrl i:before{
	display: block;
	content: "";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 12px;
	height: 2px;
	background-color: #f2f2f2;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
@media all and (-ms-high-contrast: none) {
  body.mobile_step #mobile_navi .vrl i:before{
  	right:20px;
  }
}
body.mobile_step #mobile_navi .vrl i:after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 12px;
	height: 2px;
	background-color: #f2f2f2;
}
body.mobile_step #mobile_navi.open .vrl i:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
body.mobile_step #mobile_naviopen .vrl i:after{
	background-color: transparent;
}
/*
body.mobile_step #mobile_navi .vrl .text { margin-top:20px; }
*/
body.mobile_step #mobile_navi .body_box { float: left; width: 280px; height: 170px; padding: 15px 10px; border: 2px solid #ccc; background: #fff; }
body.mobile_step #mobile_navi .body_box #mobile_navi_btn { width: 250px; margin: 0 auto;}
body.mobile_step #mobile_navi .body_box #mobile_navi_btn a {
	display: block;
	padding: 10px 0px 10px;
	background: #fff;
	border: 2px solid #226bc4;
	border-radius: 4px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	line-height: 1.2;
	color: #226bc4 !important;
	text-align: center;
	text-decoration: none;
 }

 @media screen and (max-width: 767px){
   body.web_entry #mobile_navi { left:-280px; }
   body.web_entry #mobile_navi #mobile_navi_body { width: 320px; height: 170px; }
   body.web_entry #mobile_navi .vrl {
     background: #848484;
     width: 40px;
    	padding: 0px 6px;
   }
 }
/* ----------------------------------------------------
 footer
---------------------------------------------------- */
body#mobile_changeSetting  footer { padding:30px 0; background:#eeeeee; }
body#mobile_changeSetting  footer p { font-size:12px; }

.m-footerUtil li a:link,
.m-footerUtil li a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}


/* ----------------------------------------------------
 アラート
---------------------------------------------------- */

body#mobile_changeSetting .alertBox { display:none; width:100%; position:fixed; top:200px; left:0; z-index:16001; }
body#mobile_changeSetting .alertBox .inner { width:380px; margin:0 auto; padding:25px; border:2px solid #ffba00;
	 background:#ffffff;
	 border-radius:6px;
	 -webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px; -webkit-box-shadow:0px 0px 5px 0px rgba(255,255,255,0.9); box-shadow:0px 0px 5px 0px rgba(255,255,255,0.9); text-align:center; }
body#mobile_changeSetting .alertBox .inner .txt { text-align:left; }
body#mobile_changeSetting .alertBox .inner a { color:#226bc4!important; text-decoration:underline; }
body#mobile_changeSetting .alertBox .inner a:hover { color:#5690d7!important; text-decoration:none; }
body#mobile_changeSetting .alertBox .inner .closeBtn { margin:15px auto 0; padding:3px 30px; display:inline-block; }
body#mobile_changeSetting #modalBG { display:none; width:100%; height:100%; background-color: rgba(255,255,255,0.75); position:fixed; top:0; left:0; z-index:16000; }
body#mobile_changeSetting .alert { display: none; }
/* ----------------------------------------------------
 印刷用
---------------------------------------------------- */
@media print {
	#main { display:none; }
	#recommend { display:none; }
	#lifestyle { display:none; }
	#customize { display:none; }
	#optionSelect { display:none; }
	#priceList .flowArrow { display:none; }
	#priceList .entryBox { display:none; }
}
body#mobile_changeSetting #priceList .btn { cursor:pointer; }
body#mobile_changeSetting #priceList .btn.gray {
	color:#111111;
	text-align:center;
	text-decoration:none;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border:1px solid #cfcfcf;
	display:inline-block;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f4f4f4))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background: linear-gradient(to bottom, #ffffff, #f4f4f4);/* IE10+, W3C */
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	zoom:1;
}
body#mobile_changeSetting #priceList .btn.gray:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f4f4f4, endcolorstr=#ffffff))";/* IE8 IE9 *//* FF3.6+ *//* Chrome10+, Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
	background: linear-gradient(to bottom, #f4f4f4, #ffffff);/* IE10+, W3C */
}

.inner #kanyu_select .mobile_midashiA {
    font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 0;
    font-size: 118%;
}
.inner #kanyu_select .serviceBox_kanyu {
  margin: 0 0 20px;
  padding: 10px 0 3px 10px;
  overflow: hidden;
  zoom: 1;
}
.inner #kanyu_select .serviceBox_kanyu.mobileselect .select {
  width: 409px;
  margin: 0 10px 10px 0;
  padding: 0;
  float: left;
  position: relative;
}
.inner #kanyu_select .serviceBox_kanyu.mobileselect .select a {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 409px;
    height: 0;
    border: 2px solid #00a5a8;
    background: #fff;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -ms-border-radius: 5px!important;
    -o-border-radius: 5px!important;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #00a5a8;
    background: #ffffff;
    font-size: 20px;
}
.inner #kanyu_select .serviceBox_kanyu.mobileselect .select a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00a5a8;
    border-right: 2px solid #00a5a8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -5px;
}

/* ----------------------------------------------------
 mobile_form_easy
---------------------------------------------------- */

body.mobile_step #input_v2 .inner label.select { position:relative; }
body.mobile_step #input_v2 .inner label.select .tooltip { top: 35px; }
.m-footerUtil li a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
/* ----------------------------------------------------
 見積もりメール
---------------------------------------------------- */
p.mail_btn {
  width: 320px;
  margin: 0 auto!important;
}
.mail_btn .btn.gray {
  padding: 5px 10px;
}
.entry_mail_modal {
  padding: 20px;
}
.entry_mail_modal h2.midashi{
  border-bottom: 1px solid #d2d1d2!important;
}
.entry_mail_modal .inputFormTable1 {
  width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  border-spacing: 0px;
  border: 0;
  border-collapse: separate;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}
.entry_mail_modal .inputFormTable1 th {
  padding: 12px 12px;
  background-color: #fff;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.entry_mail_modal .inputFormTable1 td {
  width: 70%;
  padding: 12px 12px;
}
.entry_mail_modal th.required {
  padding-left: 55px!important;
  background: #fff;
  background-image: none;
}
.entry_mail_modal .inputFormTable1 th,
.entry_mail_modal .inputFormTable1 td {
  border:none;
}
.entry_mail_modal .inputFormTable1 td > .iconTooltip,
.entry_mail_modal .inputFormTable1 td div > .iconTooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle {
  padding: 13.5px 12px;
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.inputtext {
  width: 100%;
  padding: 8px 3%;
  border: #ccc 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subtitleComments {
  display: block;
  font-size: 86%;
}
.entry_mail_modal .js-accordion {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
/* ----------------------------------------------------
 夜間メンテナンス
---------------------------------------------------- */
.maintenance_modal {
  padding: 20px;
}

.selectbtn .serviceName .icon_wrap .img {
	display: inline-block;
	position: relative;
	width: 40px;
}
.selectbtn .serviceName .icon_wrap .img::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(calc(-50% - 7px));
	width: 40px;
	height: 40px;
}
.selectbtn .serviceName .icon_wrap.sim .img:before {
	background:url(/common_form/img/pack_select/icon_SIM.png) center no-repeat;
	background-size: contain;
}
.selectbtn .serviceName .icon_wrap.esim .img:before {
	background:url(/common_form/img/pack_select/icon_eSIM.png) center no-repeat;
	background-size: contain;
}

/* ----------------------------------------------------
 simモーダル
---------------------------------------------------- */
a.inner_modal_link2.cboxElement {
	color: #333;
	text-decoration: none;
}
a.inner_modal_link2.cboxElement:hover {
	color: #999;
}
.esim_modal .esim_modal_inner {
	padding: 0px 20px;
}
.esim_modal .esim_modal_img {
	text-align: center;
}
.esim_modal .esim_modal_img img {
	width: 100px;
}
.esim_modal_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.esim_modal_flex .btn.gray span {
	padding: 10px 45px;
}
.esim_modal_flex .btn.arrow span {
   background: url(/common_form/img/pack_select/icon_btn_link_r.png) no-repeat 95% 50%;
}
