@charset "utf-8";

html{
	background:#eee;
	line-height:180%!important;
	font-size:20px!important;
}
body{
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "メイリオ", Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
header{
	background:#fff;
	padding:20px;
	font-size:22px;
	color:#333;
	text-align:center;
	border-bottom:5px solid #ccc;
}

h1{
	font-size:36px;
	margin:20px 0 0;
	padding:0;
	color:#222;
	font-weight:bold;
}
section{
	font-size: 16px;
	width:100%;
	padding:20px;
	background:#fff;
	margin:40px auto 0;
	box-sizing:border-box;
	border-bottom:5px solid #ccc;
}
section h2{
	font-size:22px;
	background:none;
	text-align:left;
	border:none;
	margin:0 0 10px;
	padding:0;
}
section h2:before{
	content:url(/YMDSATEI/imgs/check.png);
	margin-right:5px;
	margin-left:-5px;
	padding-top:4px;
}
section h2,
section h2:before{
	display:inline-block;
	vertical-align:middle;
}

.w80{ width: 80%; margin: auto 10%;}

.attention_check_list{
	width:80%;
	margin:40px 10%;
	border-radius:4px;
	background:#eee;
}
.attention_check_list ul{
	list-style-type:none;
	padding:20px;
}
.attention_check_list ul > li{
	text-align:left;
}
.attention_check_list ul > li:before{
	content:url(/YMDSATEI/imgs/check.png);
	margin-right:5px;
	margin-left:-5px;
	padding-top:4px;
}
.attention_check_list ul > li:before{
	display:inline-block;
	vertical-align:middle;
}

.guide_contents p{
	margin:0;
	padding:0;
}
#attention_shokika ol,
#attention_signout ol,
.activation_unlock ol,
.activation_lock_status ol,
.battery_status ol,
.model_number ol{
	width: 100%;
	list-style-type:none;
	counter-reset: item;
	padding:0;
	display:table;
	border-collapse:separate;
	border-spacing:20px 20px;
}
#attention_shokika ol > li,
#attention_signout ol > li,
.activation_unlock ol > li,
.activation_lock_status ol > li,
.battery_status ol > li,
.model_number ol > li{
	width: 96%!important;
	margin: 2%;
	box-sizing:border-box;
	float:left;
	background:#eee;
	border-radius:4px;
}
#attention_shokika ol > li,
#attention_signout ol > li,
.activation_unlock ol > li,
.activation_lock_status ol > li,
.battery_status ol > li,
.model_number ol > li{
	font-weight:normal;
	margin-top:20px;
	padding: 20px 40px;
	text-indent: -2.2em;
	font-size: 22px;
}

#attention_shokika ol > li:before,
#attention_signout ol > li:before,
#attention_lock ol > li:before,
.activation_unlock ol > li:before,
.activation_lock_status ol > li:before,
.battery_status ol > li:before,
.model_number ol > li:before{
	counter-increment: item;
	content: counter(item);
	display: inline-block;
	margin-left: 20px;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-family: helvetica;
	text-indent: 0;
	background: #333;
	border-radius: 100%;
	line-height: 1.75;
}
.activation_unlock ol > li:before,
.activation_lock_status ol > li:before,
.battery_status ol > li:before,
.model_number ol > li:before{
	margin-left: 20px;
}
#attention_seigen ol > li:before{
	background:#6CC!important;
	border-radius:50px;
}
#attention_shokika img,
#attention_signout img,
.activation_unlock img,
.activation_lock_status img,
.battery_status img,
.model_number img{
	margin:10px auto 0;
	display:block;
	border:1px solid #fff;
}
#attention_shokika img,
#attention_signout img{
	width:40%;
}
.activation_unlock img,
.activation_lock_status img,
.battery_status img,
.model_number img{
	width:60%;
}
.model_number a {
	display: block;
	padding: 20px;
	text-align: center;
	border: solid 1px #054994;
	border-radius: 50px;
	margin: 30px auto;
	color: #054994;
	text-decoration: none;
	width: 60%;
}
.model_number a:after {
	content: ">>";
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

div.large_frame{
	width: 90%;
	background: #eee;
	border-radius: 4px;
	padding: 5%;
}
div.large_frame h3{
	text-align: center;
}
div.large_frame h4{
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
div.large_frame div{
	display: table;
	border-collapse:separate;
	border-spacing:1% 1%;
	padding: 10px;
	box-sizing: border-box;
}
div.large_frame div > ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;
}
div.large_frame div > ul > li{
	box-sizing: border-box;
	line-height: 1.6em;
	font-size: 16px!important;
}
a.links_b{
	color: #00A3FF;
	transition: 0.3s;
}
a.links_b:hover{
	color: #cccccc;
}

#attention_seigen h3,#attention_lock h3{
	font-size:20px;
	font-weight:normal;
	margin:20px 0;
	padding-left:10px;
	color:#222;
	border-left:4px solid #222;
	border-bottom:1px dotted #222;
}
#attention_seigen ol,
#attention_lock ol{
	counter-reset: item;
	margin-bottom:40px;
}
#attention_seigen ol,
#attention_seigen ol > li,
#attention_lock ol,
#attention_lock ol > li{
	display:block;
}
#attention_seigen ol > li,
#attention_lock ol > li{
	clear:both;
	font-weight:normal;
	margin:0 20px;
	padding:20px;
	text-indent: -2.2em;
	padding-left: 3em;
}
#attention_seigen ol > li:before{
	counter-increment: item;
	content: "方法."counter(item);
	font-weight: bold;
	background:#6CC!important;
	color:#fff;
	padding:2px 8px;
	margin-right:10px;
}

.kaitori_item{
	margin-bottom:40px;
	width:100%;
	text-align: center;
}
.kaitori_item h4{
	font-size:22px;
	color:#fff;
}
.kaitori_item_ok,
.kaitori_item_ng{
	margin:10px 0;
	padding:10px;
	width: 100%;
	border-radius:4px;
	box-sizing: border-box;
}
.kaitori_item_ok div{
	display: table;
	width: 100%;
}
div.kaitori_item_ok > div > p{
	width: 50%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	border: 5px solid #6CC;
}
.kaitori_item_ok p,.kaitori_item_ng p{
	box-sizing:border-box;
	margin:1%;
	background:#fff;
	padding:1em!important;
}
.kaitori_item_ok{
	background:#6CC;
}
.kaitori_item_ng{
	background:#999;
}
.kaitori_item_state{
	font-size:40px;
	font-weight:bold;
}
.clr_6cc{
	color:#6CC;
}
.clr_999{
	color:#999;
}
#attention_lock li > a{
	color:#06F;
	text-decoration:underline;
}

ul.career_link{
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
ul.career_link li{
	display: inline-block;
	text-align:center;
	width: 46%;
	margin: 1%;
}
ul.career_link li a{
	display: block;
	padding: 10px 0;
}
.d_page{ border:2px solid #CC0033; border-radius:4px;}.d_page a{ color:#CC0033;}a.d_page_t{ color:#CC0033!important;}
.a_page{ border:2px solid #eb5505; border-radius:4px;}.a_page a{ color:#eb5505;}a.a_page_t{ color:#eb5505!important;}
.sy_page{ border:2px solid #999; border-radius:4px;}.sy_page a{ color:#999;}a.sy_page_t{ color:#999!important;}
.u_page{ border:2px solid #09F; border-radius:4px;}.u_page a{ color:#09F;}
.m_page{ border:2px solid #093; border-radius:4px;}.m_page a{ color:#093;}
.r_page{ border:2px solid #e62082; border-radius:4px;}.r_page a{ color:#e62082;}
ul.career_link li a:hover{
	background:#ccc!important;
}

#btnclose{
	width:300px;
	margin:20px auto;
	box-sizing:border-box;
}
#btnclose a{
	padding:20px;
	text-align:center;
	background:#222;
	color:#fff;
	width:100%;
	display:block!important;
	box-sizing:border-box;
	border-radius:4px;
}
#btnclose a:hover{
	cursor:pointer;
	background:#ccc;
}

.significant{
	color:#F00;
}
.essential{
	color: #F00;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	background: #ffe8e8;
	padding: 1em;
	line-height: 1.5;
}
.essential_addendum{
	color:#F00;
	line-height: 1.5;
}
.essential_addendum span{
	font-size: 16px;
	display: block;
}
.continue {
	color: #0064FF;
	font-weight: bold;
}
.addendum{
	border: solid 1px #F00;
	color: #F00;
	padding: 20px;
	margin: 20px 0;
	border-radius: 10px;
	text-indent: 0;
	line-height: 1.5;
}

#attention_other li{
	width:24%;
	box-sizing:border-box;
}
#attention_other img{
	width:100%;
}

.details_img{
	text-align: center;
	margin: 20px 0;
}
.details_explanation{
	display: table;
	table-layout: fixed;
	width: 90%;
	margin: 10px auto;
}
.details_explanation dt,
.details_explanation dd{
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.details_explanation dt{
	width: 22%;
}
.details_explanation dd strong{
	font-size: 38px;
}
.details_explanation dd span{
	font-size: 22px;
	display: block;
}