@charset "utf-8";

/* support ichigan guide cleaning common_cleaning.css */

#contents section{
    margin-bottom: 2em;
    margin-top: 3em;
}

#contents h1.title{
    font-size: 1.385rem;
    border-bottom: 2px solid #000;
}

#contents h2.title{
    font-size: 1.231rem;
    border-bottom-color: #000;
}

#contents h3.title {
    margin-left: 1em;
}

#contents h4.title{
    font-size: 1.1rem;
    margin-top: 2em;
    padding: 0 13px 4px;
}

#contents p{
	word-break: break-all;
    margin-left: 1em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

#contents a:focus-visible{
    outline: none;
}

#contents .mt_25{ 
	margin-top: 2.5em;
}

#contents .ml_1em{
	margin-left: 1em;
}

/* list */
#contents ul{
    list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ul li{
	margin-left: 0;
}

#contents ul.disc{
	margin-left: 1.5em;
}

#contents ul.menu li{
	margin-left: 1em;
}

#contents ul.menu li span,
#contents span.bg{
    background: #F5F5F5;
    padding: 0.3em;
    margin-bottom: 0.5em;
    display: inline-block;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left: 1em;
}

#contents ol.b_style li{
    font-weight: bold;
}

#contents ol.b_style li > *{
    font-weight: normal;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
}

#contents dl dd{
	margin-bottom: 1em;
}

/* link */
#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 0.5em;
}

#contents section > p + a.textLink{
    margin-left: 2em;
}

#contents ul.txtlink{
	margin-left:2em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
    margin-bottom: 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}


/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents span.annotation {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

/* notice*/
#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1.2em 1em 0.5em 1em;
    margin-bottom: 2em;
}

#contents .notice_gray > p {
    margin-left: 0;
}

#contents .notice_gray > ul.txtlink{
    margin-left: 1em;
}

#contents .notice_gray_b{
    background-color: #EBEBEB;
    padding: 20px;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}

/* flex */
#contents .flex{
	display: flex;
	margin: 0.5em auto 0;
	align-items: flex-start;
}

#contents .flex p{
	margin-left: 2em;
}

#contents .flex.list{
    justify-content: space-between;
	margin: 1em 0 1em 1em;
}

#contents .flex.list div{
    width: 300px;
}

#contents .flex.list div:first-child{
    padding-right: 1em;
}
    
#contents .flex.list dd.img{
	text-align: center;
}

#contents .f-img{
    display: flex;
    justify-content: space-between;
}

/* pct */
#contents .pct{
    margin: 2em 0;
    text-align: center;
}

/* stepArea */
#contents .stepArea{
	margin: 1em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin: 1em 0 0;
    padding-left: 0;
}

#contents .stepArea ol.stepList > li{
	margin-bottom: 2em;
    margin-left: 0;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li:before {
	content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    font-weight: 700;
    float: left;
	background-color: #505050;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}

#contents .stepArea ol.stepList > li >p.lead{
	display: table-cell;
    margin: 0;
    font-weight: bold;
    padding-left: 1em;
}

#contents .stepArea ol.stepList > li > p{
    margin-left: 36px;
    margin-top: 5px;
}

#contents .stepArea ol.stepList > li dl{
	margin-top: 1em;
	margin-bottom: 10px;
}

#contents .stepArea ol.stepList > li dl dd{
	margin-bottom: 1em;
}

#contents .stepArea ol.stepList > li > ul.disc{
	padding-left: 1.5em;
}
#contents .stepArea ol.stepList > li ul.innerList,
#contents .stepArea ol.stepList > li ol.innerList{
	margin: 1em 0 1em 1.5em;
}

#contents .stepArea ol.stepList span.square{
	background: #ccc;
    padding: 0 6px;
    margin: 0 4px;
    color: #fff;
    font-weight: bold;
	vertical-align: text-top;
}

@media (max-width: 640px){
    
    #contents > div,
    #contents > section > div,
    #contents > dl,
    #contents > section >dl{
        margin-left: 0;
    }
    
    #contents section > section {
        margin-left: 0;
    }
    #contents p{
        margin-left: 0;
    }
    #contents h1.title.lensIcon{
        margin-top: 10px;
    }
    #contents h1.title.lensIcon > span{
        width: calc(100% - 52px);
    }
    
	#contents h2.title{
		font-size: 1.385rem;
		padding: 5px;
	}
    
    #contents h3.title{
        margin-left: 0;
    }
    
    #contents h4.title{
        padding-left: 0;
    }
    
    #contents .mt_25{
        margin-top: 0;
    }
    
    #contents .ml_1em{
        margin-left: 0;
    }
    
    #contents section > ul{
        margin-left:0;
    }

	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
    
	#contents ul.txtlink{
		margin-left:0.5em;
	}
    
    #contents ul.menu li{
        margin-left: 0;
    }
    
    #contents ol.b_style{
        margin-left: 1em;
    }
    
	#contents section p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0;
	}
    
    #contents .notice_gray > ul.txtlink,
    #contents .notice_gray > a.textLink{
        margin-left: 0.5em;
    }
    
	#contents .notice_gray_b{
		margin-left: 5px;
        margin-right: 5px;
        box-sizing: border-box;
	}
    
    #contents .flex p {
        margin-left: 1em;
    }
    
    #contents .flex.list,
	#contents .f-img{
		flex-direction: column;
		align-items: center;
        margin-left: 0;
	}
    
    #contents .f-img img{
        width: 100%;
        max-width: 300px;
	}
    
    #contents .f-img img:first-child{
        margin-bottom: 1em;
	}
    
    #contents .flex.list div:first-child{
        padding-right: 0;
    }
    
    #contents .flex.list div{
        width: 100%;
    }
    
    #contents .pct {
        margin: 1em 0 0;
    }
    
    #contents .pct img{
        margin: 0!important;
        width: 100%;
        max-width: 300px;
    }
    
	#contents .stepArea{
		margin-left: 0;
	}
    
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	#contents .stepArea ol.stepList > li > div {
		margin-left: 0;
	}
    
    #contents .stepArea ol.stepList > li > a.textLink{
        margin-left: 36px;
    }
    
}

/* 2023/01/27 */
#contents .pl_2em{
	padding-left: 2.2em;
}

#contents .pl_2em h4.title {
    padding: 0 0 0.2em;
}

#contents .pl_2em .flex.list {
    margin: 1em 0;
}

#contents .pl_2em .stepArea {
    margin: 1em 0 2em;
}

@media (max-width: 640px){
	#contents .pl_2em{
		padding-left: 0;
	}
}