@charset "utf-8";

body{
	margin:0;

}
body #contents{
	    word-break: break-all;
	    text-align: left;
	    line-height: 1.5em;	
}
img{
	max-width: 100%;
}
p{
	margin:0;
}
a img:hover,
a:hover{
	opacity: 0.8;
}
h2,h3,h4,h5,dl,dd,dt{
	margin:0;
}
h2,h3,h4,h5{
	font-weight: bold;
}
#report{
	margin: 0;
}
#content .Wrapper{
	display: flex;
	flex-wrap: wrap;
}
#content h2{
	position: relative;
}
#content h2 span{
	position: absolute;
	color: #fff;
}
#content ul{
	padding: 0;
}
#content ul li{
	list-style-type: none;
}
#content .mypage{
	background-color: #ebf0f2;
	border-radius: 5px;
	padding: 10px;
	margin:20px 0;
}
#content .mypage h3{
	color: #2999c4;
	text-align: center;
}
#content .mypage h3:before{
	content:url(/images/web/article/troubleshooting/mypage.png);
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
#content .mypage p{
	text-align: center;
}
#content .mypage a{
	color: #fff;
	border-radius:5px;
    background-color: #2999c4;
    text-align: center;
    height: 45px;
    border-bottom:4px solid #096b91;
    margin:10px auto;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 43px;
    display: block;
    box-sizing: border-box;
}
#content .other{
	margin-bottom:30px;
}
#content .other h3:before{
	content:url(/images/web/article/troubleshooting/search-icon.png);
	margin-right: 5px;
}
#content .other .jouhou{
	display: flex;
}
#content .other .jouhou .jouhou-box{
	width: 50%;
}
#content .other .jouhou .jouhou-box a img{
	margin:0 auto;
	max-width: 360px;
	width: 100%;
	display: block;
}
#content .other .jouhou .jouhou-box h4{
	margin:10px auto 5px;
	width: 95%;
	display: block;
}
#content .other .jouhou .jouhou-box h4 a{
	color:#2999c4;
	font-size: 14px;
	text-decoration: none;
}
#content .other .jouhou .jouhou-box p{
	font-size: 14px;
	width: 95%;
	display: block;
	margin:0 auto;
	color: #333;
}
#content .trouble .trouble-nav ul{
	display: flex;
	flex-wrap: wrap;
}
#content .trouble .trouble-box{
	background-color: #fff;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
    border-radius: 5px;
    border:1px solid #bfbfbf;
    box-sizing: border-box;
    position: relative;
}
#content .trouble .trouble-box h4,
#content .page-ttl .trouble-box h2{
	background-color: #448aca;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left 8px center;
}
#content .trouble .trouble-box#menu1 h4{
	background-image: url(/images/web/article/troubleshooting/icon-mitumori.png);
}
#content .trouble .trouble-box#menu2 h4{
	background-image: url(/images/web/article/troubleshooting/icon-keiyaku.png);
}
#content .trouble .trouble-box#menu3 h4{
	background-image: url(/images/web/article/troubleshooting/icon-kouji.png);
}
#content .trouble .trouble-box#menu4 h4{
	background-image: url(/images/web/article/troubleshooting/icon-after.png);
}
#content .trouble .trouble-box#menu5 h4{
	background-image: url(/images/web/article/troubleshooting/icon-sonota.png);
}
#content .trouble .trouble-box#menu6 h4{
	background-image: url(/images/web/article/troubleshooting/icon-point.png);
	background-color: #6aaed2;
}
#content .trouble .trouble-box img{
	position: absolute;
	right: 10px;
	bottom:10px;
}
#content .trouble .trouble-box ul li:before{
	content:"・";
	color: #299bc0;
	margin-left: -1em;
}
#content .trouble .trouble-box ul li{
	margin-left: 1em;
}
#content .trouble .trouble-box ul li a{
	text-decoration: none;
	color: #299bc0;
	font-weight: bold;
	font-size: 14px;
}
#content .trouble .trouble-bottom{
	font-size: 14px;
	margin-bottom:20px;
}
#content .trouble .trouble-bottom dl,
#content .trouble .trouble-bottom dl dt,
#content .trouble .trouble-bottom dl dd{
	margin:0;
}
#content .trouble .trouble-bottom dl dd{
	margin-bottom:1em;
}
#content .trouble .trouble-bottom dl dd a{
	color: #299bc0;
	font-weight: bold;
}
#content .trouble .trouble-bottom2{
	border:2px solid #c5c5c5;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#content .trouble .trouble-bottom2 h4{
	font-size: 14px;
	color: #333;
	width: 100%;
}
#content .trouble .trouble-bottom2 h4 span{
	font-size: 12px;
	font-weight: normal;
	display: block;
}
#content .trouble .trouble-bottom2 .image-box{
	width: 50%;
}
#content .trouble .trouble-bottom2 .image-box img{
	display: block;
	margin:0 auto;
}
#content .trouble .trouble-bottom2 p{
	width: 50%;
	font-size: 12px;
	padding:20px 0;
}
#content .trouble .trouble-bottom2 p img{
	vertical-align: middle;
    margin-left: 2px;
    padding-bottom: 2px;
}


#content .trouble .trouble-bottom2 p a{
	color: #299bc0;
	margin-left: 0.5em;
}
#content .page-ttl{
	margin:20px 0;
}
#content .page-ttl .trouble h2{
	position: relative;
}
#content .page-ttl .trouble h2 img{
	position: absolute;
	left:10px;
	top:0;
	bottom:0;
	margin:auto 0;
}
#content .page-ttl .trouble .trouble-box p{
	font-size: 14px;
	margin:1em;
}
#content .page-ttl .trouble .trouble-box{
	min-height: 150px;
}
#content .trouble-2 .topic{
	background-color: #fff;
    border-radius: 5px;
    border:1px solid #bfbfbf;
    box-sizing: border-box;
    padding:10px 20px;
    margin-bottom: 20px;
}
#content .trouble-2 .topic h3{
	color: #448aca;
	border-bottom: 2px dotted #448aca;
}
#content .trouble-2 .topic .topic-inner h4{
	background-color: #eee;
	padding: 10px;
	margin:10px 0;
}
#content .trouble-2 .topic .topic-other{
	background-color: #eee;
	padding: 5px 10px;
}
#content .trouble-2 .topic .topic-other dl{
	margin:0;
	display: flex;
}
#content .trouble-2 .topic .topic-other dl dt{
	width: 10%;
}
#content .trouble-2 .topic .topic-caution{
	background-color: #fff4f4;
	border:2px solid #ffa0a0;
	border-radius: 5px;
	padding: 10px;
	margin:10px 0;
}
#content .trouble-2 .topic .topic-caution h4{
	border-bottom:2px dotted #ffa0a0;
	padding-bottom: 3px;
}
#content .trouble-2 .topic .topic-caution h4:before{
	content:url(/images/web/article/troubleshooting/chumoku.png);
	vertical-align: middle;
	display: inline-block;
}
#content .trouble-2 .topic .topic-caution dl dt{
	margin:0;
	font-weight: bold;
	font-size: 16px;
}
#content .trouble-2 .topic .topic-caution dl dt.small{
	margin:0;
	font-weight: normal;
	font-size: 100%;
}
#content .trouble-2 .topic .topic-caution dl dd{
	margin: 0 0 1em 0;
}
#content .trouble-2 .topic section img{
	display: block;
}
#content .page-ttl .trouble-box h2.last-topic{
	background-color: #6aaed2;
}
#content .trouble-2 .topic .topic-inner ul.topic-check li:first-letter{
	margin-left: -1em;
}
#content .trouble-2 .topic .topic-inner ul.topic-check li{
	margin-left: 1em;
}
#content .f-page-nav a{
	color: #8e8e8e;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
}
#content .f-page-nav .return-top{
	float: left;
}
#content .f-page-nav .next{
	float: right;
}
#content .f-page-nav .return-top:before{
	content:url(/images/web/article/troubleshooting/left.png);
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
	padding-bottom: 3px;
}
#content .f-page-nav .next:after{
	content:url(/images/web/article/troubleshooting/right.png);
	vertical-align: middle;
	display: inline-block;
	margin-left: 3px;
	padding-bottom: 3px;
}
#content .f-page-nav:after{
	content:" ";
	clear: both;
	display: block;
	height: 30px;
}
#content .trouble-2 .topic .topic-inner ul li a{
	color: #2999c4;
	font-weight: bold;
	text-decoration: none;
}
#content .trouble-nav{
	margin: 1em 0;
}
#content .trouble .trouble-list .trouble-box ul{
	margin: 20px 0;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp{
	display: none;
}
#content h2 span{
	font-size: 14px;
	font-weight: normal;
	bottom:5px;
	left:20px;
	width: 580px;
}
#content .ttlTxt{
	font-size: 14px;
	color: #333;
	margin:10px 0 20px;
}
#content .mypage h3{
	margin:10px auto;
}
#content .mypage h3.trouble-title:after{
	display: none;
}
#content .mypage p{
	font-size: 14px;
}
#content .mypage a{
	width:480px;
	font-size: 14px;
}
#content .trouble h3.trouble-title{
	font-size:20px;
}
#content .trouble h3.trouble-title:after{
	content: none;
    width: 100%;
}
#content .other h3{
	background-color: #f6f6f6;
	font-size: 16px;
	padding: 5px 10px;
	margin-bottom:10px;
}
#content .other h3:after{
	display: none;
}
#content .trouble .trouble-nav ul li{
	width: 33.3%;
	margin-bottom:5px;
}
#content .trouble .trouble-box{
    padding: 10px;
    margin-bottom:20px;
}
#content .trouble .trouble-box h4,
#content .page-ttl .trouble-box h2{
	background-color: #448aca;
	color: #fff;
	padding: 8px 0 8px 40px;
	font-size: 16px;
}
#content .trouble-2 .topic .topic-caution h4{
	font-size: 20px;
}
#content .trouble-2 .topic h3,
#content .trouble-2 .topic h4{
	font-size: 16px;
	margin:10px 0;
}
#content .trouble-2 .topic p,
#content .trouble-2 .topic ul li{
	font-size: 14px;
	margin-bottom:1em;
}
#content .trouble-2 .topic dl{
	font-size: 14px;
}
#content .trouble-2 .topic .topic-inner{
	margin-bottom:20px;
}
#content .trouble-2 .topic .topic-inner p,
#content .trouble-2 .topic .topic-inner ul li{
	margin:auto 10px;
}
#content .trouble-2 .topic .topic-inner ul li{
	margin-bottom:0.5em;
}

#content .trouble-2 .topic section img{
	width: 480px;
	margin:10px auto;
}
header.pc .box dl{
	font-family: 'メイリオ','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align: center;
	line-height: 28px;
}
footer .btn_top a{
	text-align: center;
}
#contents + #subcontents{
	margin-left: 20px;
}

}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
/*===============================================
●sp_tablet
===============================================*/
#sp_tablet------------------------------------------- {
}
.pc{
	display: none;
}

}





/*===============================================
●画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
/*===============================================
●sp_400
===============================================*/
#sp_400------------------------------------------- {
}
#content{
	width:100%;
}
#content #contents{
	width: 100%;
	padding: 1px;
	box-sizing: border-box;
	overflow-x: hidden;
}
#content #contents.page{
	background-color: #fff;
}
#content h2 span{
	font-size: 14px;
	font-weight: normal;
	bottom:10px;
	left:0;
	right: 0;
	margin:auto;
	padding: 0 10px;
}
#content h2 span br{
	display: none;
}
#content .mypage{
	margin:0;
}
#content .mypage h3:before{
	display: block;
	margin-bottom:10px;
}
#content .mypage p{
	font-size: 13px;
}
#content .mypage h3:before{
	display: block;
    margin-bottom: 10px;
}
#content .other h3{
	text-align: center;
	font-size: 15px;
}
#content .other .jouhou{
	padding-bottom: 20px;
}
#content .other .jouhou .jouhou-box + div{
	border-left:1px dotted #eee;

}
#content .other .jouhou .jouhou-box a img{
	max-width: 95%;
}
#content .other .jouhou .jouhou-box h4 a{
	font-size: 14px;
	line-height: 20px;
} 
#content .other .jouhou .jouhou-box p{
	font-size: 12px;
}
#content .ttlTxt{
	font-size: 14px;
	line-height: 24px;
	margin:10px;
}
#content .trouble{
	background-color: #efefef;
}
#content .trouble h3.trouble-title{
	font-size: 23px;
	text-align: center;
	padding:10px 0;
}
#content .trouble .trouble-nav ul{
	margin:10px;
	box-sizing: border-box;
	padding-bottom:20px;
}
#content .trouble .trouble-nav ul li{
	width: 50%;
}
#content .trouble .trouble-nav ul li img{
	width: 95%;
	display: block;
	margin:5px auto;
}
#content .trouble .trouble-list{
	margin:10px;
	box-sizing: border-box;
}
#content .trouble .trouble-list .trouble-box{
	margin-bottom:15px;
	padding: 10px;
}
#content .trouble .trouble-list .trouble-box h4,
#content .page-ttl .trouble-box h2{
	padding:5px 0 5px 40px;
	font-size: 14px;
	background-size: auto 18px;
}
#content .trouble .trouble-list .trouble-box img{
	width: 30%;
	top:50px;
}
#content .trouble .trouble-list .trouble-box ul{
	width: 65%;
}
#content .trouble .trouble-list .trouble-box ul li{
	line-height: 1em;
	margin-bottom:5px;
}
#content .trouble .trouble-list .trouble-box ul li a{
	font-size: 12px;
}
#content .trouble .trouble-bottom{
	margin:0 20px 20px 20px;
	font-size: 12px;
}
#content .trouble .trouble-bottom2{
	margin:20px 10px;
	background-color: #fff;
}
#content .trouble .bg-wh{
	background-color: #fff;
	padding: 5px 0;
}
#content .page-ttl .trouble,
#content .trouble-2 .topic{
	margin:auto 10px;
	box-sizing: border-box;
}
#content .trouble-2 .topic{
	margin-bottom:20px;
}
#content .page-ttl .trouble .trouble-box{
	min-height: 100px;
	padding:10px; 
}
#content .page-ttl .trouble .trouble-box img:nth-child(2){
	width: 30%;
}
#content .page-ttl .trouble .trouble-box p{
	width: 65%;
}
#content .trouble-2 .topic h3{
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 2em;
}
#content .trouble-2 .topic h3 span{
	margin-left: -2em;
}
#content .trouble-2 .topic p,
#content .trouble-2 .topic .topic-inner h4,
#content .trouble-2 .topic .topic-other,
#content .trouble-2 .topic .topic-caution,
#content .trouble-2 .topic ul li{
	font-size: 13px;
	line-height: 1.5em;
}
#content .trouble-2 .topic .topic-inner p{
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content .trouble-2 .topic .topic-inner h4{
	padding: 5px 10px;
}
#content .trouble-2 .topic .topic-other dl dt{
	width: 30%;
	font-size: 10px;
	padding: 0;
}
#content .trouble-2 .topic .topic-caution p{
	margin-bottom:1em;
	margin-top: 8px;
	line-height: 1.5em;
}
#content .trouble-2 .topic .topic-caution dl dt{
	font-size: 14px;
}
#content .trouble-2 .topic .topic-caution dl dt.small{
	font-size: 100%;
}
#content .trouble-2 .topic ul li{
	margin-bottom:1em;
}
#content .trouble-2 .topic section img{
	width: 100%;
	margin:10px auto;
}

}




/*===============================================
●ipad専用
===============================================*/
@media screen and (min-width:768px) and (max-width:769px) {
#content .ttlBox h2 span{
	bottom:30px;
	left: 20px;
	font-size: 16px;
}
#content .trouble .trouble-list .trouble-box{
	min-height: 150px;
}
#content .trouble .trouble-list .trouble-box img{
	width: 20%;
	top:30px;
}
#content .page-ttl .trouble .trouble-box{
	min-height: 180px;
}

}





/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tab
===============================================*/
#tab------------------------------------------- {
}
#content {
	margin-left: 2%;
	margin-right: 2%;
}
#content h2 span{
	font-size: 14px;
	font-weight: normal;
	bottom:60px!important;
	left:30px!important;
	width: 580px;
}
#content .ttlTxt{
	font-size: 14px;
	color: #333;
	margin-left: 2%;
	margin-right: 1%;
	margin-top: 2%;
	margin-bottom: 3%;
}
#content .mypage h3{
	margin:10px auto;
}
#content .mypage h3.trouble-title:after{
	display: none;
}
#content .mypage p{
	font-size: 14px;
}
#content .mypage a{
	width:480px;
	font-size: 14px;
}
#content .trouble h3.trouble-title{
	font-size:20px;
}
#content .trouble h3.trouble-title:after{
	content: none;
    width: 100%;
}
#content .other h3{
	background-color: #f6f6f6;
	font-size: 16px;
	padding: 5px 10px;
	margin-bottom:10px;
}
#content .other h3:after{
	display: none;
}
#content .trouble .trouble-nav ul li{
	width: 33.3%;
	margin-bottom:5px;
}
#content .trouble .trouble-box{
    padding: 10px;
    margin-bottom:20px;
}
#content .trouble .trouble-box h4,
#content .page-ttl .trouble-box h2{
	background-color: #448aca;
	color: #fff;
	padding: 8px 0 8px 40px;
	font-size: 16px;
}
#content .trouble-2 .topic .topic-caution h4{
	font-size: 20px;
}
#content .trouble-2 .topic h3,
#content .trouble-2 .topic h4{
	font-size: 16px;
	margin:10px 0;
}
#content .trouble-2 .topic p,
#content .trouble-2 .topic ul li{
	font-size: 14px;
	margin-bottom:1em;
}
#content .trouble-2 .topic dl{
	font-size: 14px;
}
#content .trouble-2 .topic .topic-inner{
	margin-bottom:20px;
}
#content .trouble-2 .topic .topic-inner p,
#content .trouble-2 .topic .topic-inner ul li{
	margin:auto 10px;
}
#content .trouble-2 .topic .topic-inner ul li{
	margin-bottom:0.5em;
}

#content .trouble-2 .topic section img{
	width: 480px;
	margin:10px auto;
}
header.pc .box dl{
	font-family: 'メイリオ','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align: center;
	line-height: 28px;
}
footer .btn_top a{
	text-align: center;
}
#contents + #subcontents{
	margin-left: 20px;
}
}
