@charset "Shift_JIS";


/*===========================================
	mainArea
=============================================*/

#contents div.container{
	margin-left:1em;
	margin-right:1em;
	margin-top:0.5em;
}

#contents div.mainArea img{
	display:block;
	float:right;
}

#contents div.mainArea div.notice{
	margin-right:1em;
	padding:1em 1em 0 1em;
	overflow:hidden;
}

#contents div.section_headline{
margin-bottom:0;
}


#contents div.mainArea div.notice > ul{
	margin:0;

}

@media (max-width: 640px){

#contents div.container{
	margin-left:0.5em;
	margin-right:0.5em;
}


#contents div.mainArea img{
	float:none;
	margin:0 auto;
}


}



/*===========================================
	stepArea
=============================================*/


 #contents h3.step{
    margin-top: 2em;
    margin-left: 0px;
    padding-bottom: 0.3em;
    font-size: 125%;
    font-weight: bold;
    border-bottom: #666 1px solid;
	margin-bottom:1em;
}

#contents h3.step > .red {
	color:#BF0000;
	padding-right:0.3em
}


#contents div.stepArea ol > li{
	margin-bottom:2.4em;
}

div.stepArea ol > li > div.pct{
	margin-top:1em;
}

#step2 div.pct{
	margin-left:2.5em;
	margin-bottom:2em;
}

#step2 figure > figcaption{
	font-size:90%;
	margin-top:0.3em;
}

img.pct_line {
    border: 1px solid #ccc;
}

#step3 div.notice_gray_b > div.pct{
	padding:0.5em;
	margin-top:0.8em;
}

#step3 div.notice_gray_b > h4{
	margin-bottom:0.6em;
}


@media (max-width: 640px){

	#contents div.stepArea ol{
		margin-left:0.5em;
	}
}


/* 20210421 */

#contents div.stepArea ol > li > p{
	margin: 0;
}


/* 20220630 */
#step2 h4.disc{
	display: list-item;
	font-size: 120%;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

#step2 .notice_gray_b div.pct{
	margin-left: 1em;
}

@media (max-width: 640px){

	#contents div.stepArea ol{
		margin-left: 1em;
	}
}

/* 20230424 */
@media screen and (max-width: 640px){
	#contents .rightImage.wide img {
		margin: 0px auto;
	}
}
