/*-----------------------------------------------------------------------
 userdevice & connectsettings
----------------------------------------------------------------------- */
.is-sp_br {
	display: block;
}
.tab_wrap .tab{
	margin-top: 30px;
}
.tab_wrap .tab ul li {
  width: 30%;
  vertical-align: bottom;
}
.tab_wrap .tab ul li a {
    width: 100%;
}
.tab_wrap .tab_c{
	padding-top: 30px;
}
.tab_wrap .txt-red{
	font-size: 13px;
	font-weight: bold;
	color: #FD1717;
}
.tab_wrap h3.underline {
  margin-bottom: 0;
}
.tab_wrap h5{
  text-align: left;
  color: #038de1;
	margin-bottom: 4px;
	margin-top: 44px;
	font-size: 16px;
}
.tab_wrap p.border{
  color:#038de1;
  width:fit-content;
  padding:4px 8px;
  margin-top:40px;
  border:1px solid #038de1;
}
.tab_wrap .tab_c section{
	width: 100%;
}
.tab_wrap .tab_c section.additional{
	padding: 0 12px 20px;
	background-color: #fff;
	border: 4px solid #c3e1f4;
	margin-top: 40px;
	position: relative;
}
.tab_wrap .tab_c section.additional h4{
  width:fit-content;
  transform: translateY(-24px);
  margin:auto;
  padding:0 8px;
	font-size: 18px;
	line-height: 40px;
	background: url(/img/usage/common/h4bg.png) left center repeat-x;
}
.tab_wrap .tab_c section.additional p.attention{
  text-align: left;
}
.tab_wrap .tab_c section.additional h5{
	border-top: 1px solid #dfe8f0;
	padding-top: 30px;
}
.tab_wrap .tab_c section.additional h5 span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.tab_wrap .tab_c section.additional h5:first-of-type{
	border-top: none;
	padding-top: 0;
}
.tab_wrap .tab_c p{
	text-align: left;
}
.tab_wrap p.note.bottom{
	margin-top: 30px;
}
.tab_wrap p.note{
  margin-top: 10px;
	margin-bottom: 20px;
}
.tab_wrap .tab_c.pc ul{
	text-align: left;
	margin-top: 8px;
}
.tab_wrap .tab_c.pc ul li{
	padding:16px 0 0 90px;
	border-bottom: 1px solid #dfe8f0;
	display: list-item;
	background-position: 10px center;
}
.tab_wrap .tab_c.pc ul li:nth-of-type(1){
	background-image: url(/img/usage/common/pc_icon_01.png);
}
.tab_wrap .tab_c.pc ul li:nth-of-type(2){
	background-image: url(/img/usage/common/pc_icon_02.png);
}
.tab_wrap .tab_c.pc ul li:nth-of-type(3){
	background-image: url(/img/usage/common/pc_icon_03.png);
}
.tab_wrap .tab_c.pc ul li h5{
	margin-top: 0;
}
ul.numheader{
	text-align: left;
}
ul.numheader + ul.numheader {
	border-top: 1px dashed #aaa;
	margin-top: 52px;
	padding: 20px 0 0;
}
ul.numheader li p{
	padding-left: 40px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 20px;
	margin-top: 6px;
	text-indent: -0.5em;
}
ul.numheader li p.is-adjust_position {
	display: inline-block;
	text-indent: 0;
}
ul.numheader li p::before{
	position: absolute;
	top: 50%;
	left: 0;
	content: " ";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-position:center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
ul.numheader li img{
	border: 1px solid #bbb;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	display: block;
}
/* ul.numheader li p.single{
	line-height: 3.2;
} */
ul.numheader li:nth-of-type(1) p::before{
	background-image: url(/img/usage/olk-1.png);
}
ul.numheader li:nth-of-type(2) p::before{
	background-image: url(/img/usage/olk-2.png);
}
ul.numheader li:nth-of-type(3) p::before{
	background-image: url(/img/usage/olk-3.png);
}
ul.numheader li:nth-of-type(4) p::before{
	background-image: url(/img/usage/olk-4.png);
}
ul.numheader li:nth-of-type(5) p::before{
	background-image: url(/img/usage/olk-5.png);
}
ul.numheader li{
	display: list-item;
	text-align: left;
	padding-bottom: 36px;
	margin-top: 24px;
	box-sizing: content-box;
	background: url(/img/usage/allow-dot-d-gr.png) center bottom no-repeat;
	vertical-align: top;
}
ul.numheader li:last-of-type{
	padding-bottom: 0;
	background: none;
}

ul.numheader.list-text_only li {
	padding-bottom: 24px;
}
ul.numheader.list-text_only li:nth-of-type(1) p {
	position: relative;
	z-index: 1;
}
ul.numheader.list-text_only li:nth-of-type(1) p::before {
	z-index: 1;
}
ul.numheader.list-text_only li:nth-of-type(1) p::after {
	content: '';
	display: block;
	width: 100%;
	height: 36px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -8px;
	z-index: -1;
}



/*-----------------------------------------------------------------------
 connectsettings
----------------------------------------------------------------------- */
.tab_wrap.connectsettings .tab_c.pc section{
	width: 100%;
}
.tab_wrap.connectsettings .tab_c section.additional{
	width:888px;
	padding: 0 50px 52px;
	background-color: #fff;
	border: 4px solid #c3e1f4;
	margin-top: 60px;
	position: relative;
}
.tab_wrap.connectsettings .tab_c section.additional h4{
	position: absolute;
	width:300px;
	top:-24px;
	left: 50%;
	margin-left: -150px;
	font-size: 22px;
	line-height: 40px;
	background: url(/img/usage/traffic/h4bg.png) left center repeat-x;
}
.tab_wrap.connectsettings .tab_c section.additional h5{
	border-top: 1px solid #dfe8f0;
	padding-top: 52px;
}
.tab_wrap.connectsettings .tab_c section.additional h5 span{
	font-size: 15px;
	font-weight: normal;
}
.tab_wrap.connectsettings .tab_c section.additional h5:first-of-type{
	border-top: none;
	padding-top: 0;
}
.tab_wrap.connectsettings .tab_c p{
	text-align: left;
}
.tab_wrap.connectsettings p.note{
	margin-top: 52px;
}
.tab_wrap.connectsettings .tab_c.pc ul.numheader li p{
	background: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.tab_wrap.connectsettings .tab_c.pc ul.numheader{
	border-bottom: 1px solid #dfe8f0;
	text-align: left;
	margin-top: 24px;
}
.tab_wrap.connectsettings .tab_c.pc ul.numheader li{
	border-bottom: none;
	display: list-item;
	text-align: left;
	padding: 0 0 36px;
	margin-top: 16px;
	box-sizing: content-box;
	background: url(/img/usage/allow-dot-d-gr.png) center bottom no-repeat;
	vertical-align: top;
}
.tab_wrap.connectsettings .tab_c.pc ul.numheader li:last-of-type{
	padding-bottom: 12px;
	margin-bottom: 0;
	background: none;
}
#step3 .idpwimage{
	background-color: #ebf4fc;
	padding: 44px 12px 12px;
	display: inline-block;
	margin-top: 30px;
	position: relative;
}
#step3 .idpwimage::before {
	position: absolute;
	top: -24px;
	left: -50px;
	content: " ";
	display: inline-block;
	width: 248px;
	height: 60px;
	background: url(/img/usage/settings/ribbon.png) left top no-repeat;
	background-size: 248px;
	vertical-align: middle;
}
#step3 .idpwimage ul li{
	margin: 0 0 30px;
	font-size: 12px;
	font-weight: bold;
}
#step3 .idpwimage ul li p{
	margin-bottom: 8px;
}
#step3 .idpwimage ul li img{
	max-width: 240px;
}
#step3 .idpwimage p.note{
	margin-top: 0;
	margin-bottom: 12px;
	text-align: left;
}
.tab_wrap.connectsettings .tab_c ul{
	margin-top: 30px;
}
.tab_wrap.connectsettings .tab_c.pc h5 img{
	margin-right: 10px;
	vertical-align: bottom;
}

.tab_wrap.connectsettings p.note{
	margin-top: 30px;
}
