@charset "UTF-8";

/* 見出し */
.sub-section .cate-title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.sub-section .cate-title.hd_row{
	padding-bottom: 5px;
}
.sub-section .cate-title:not(.hd_row){
	background: none;
	padding-left: 0;
	height: auto;
	line-height: normal;
}

/* general */
.icoSq {
	padding-left: 20px;
	background: url(/support/images/ico_square_matb.gif) no-repeat 2px 8px;
}
.txtIndent {
	padding-left:1.3em;
	text-indent:-1.3em;
}

/* 背景画像『・』 */
.icoDot2 {
	padding-left:20px;
	background:url("/support/images/dot_black.gif") no-repeat 6px 12px;
}
/* 背景画像『灰●』 */
.listDot3 {
	padding-top:10px;
}
.listDot3 li {
	padding-left:20px;
	padding-bottom:10px;
	list-style:none;
	background:url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 9px;
}

/* listFlow2 */
.listFlow2{
	padding-left: 0;
}
/* mark削除 */
.listFlow2._notMark li{
	padding-left: 25px;
	padding-bottom: 10px;
	list-style: none;
}
@media only screen and (max-width: 767px){
	.listFlow2._notMark{
		margin-top: 10px;
	}
	.listFlow2._notMark li.notNum{
		padding-left: 0;
	}
}
/* cloudWrap */
.cloudWrap{
	padding: 0;
}
.cloudWrap p{
	word-break: break-all;
}
.cloudWrap #information{
	margin: 0;
}

/* boxContents */
.boxContents{
	width: 100%;
}


/* attentionBox */
.attentionBox{
	width: 800px;
	display: flex;
}
.attentionBox div:first-child{
	padding-top: 10px;
}
.attentionBox .boxContents .listDot3{
	margin-left: 15px;
}
@media only screen and (max-width: 767px){
	.attentionBox{
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.attentionBox div:first-child{
		padding-top: 0;
	}
	.attentionBox .boxContents .listDot3{
		margin-left: 0;
	}
}

@media print, screen and (min-width: 768px){
}
@media only screen and (max-width: 767px){
}
