@charset "utf-8";
/* CSS Document */

/*===========================================
	updete index.css
=============================================*/

#contents section{
    margin-bottom: 0;
    margin-top: 4em;
}

#contents p{
	word-break: break-all;
    margin: 0 1em 1.25em;
}

#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: 0 0 0 1em;
}

#contents .ml0{
    margin-left: 0!important;
}

@media (max-width: 640px){
    #contents p{
    margin: 0 0 1.25em;
    }
    
    #contents p + p{
        margin: 0;
    }
	
    #contents .ml01{
    margin-left: 0;
    }
    
	#contents > div,
	#contents section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left:0;
	}
}

/* h1 h2 strong.heading */
#contents h1{
	font-size: 2.15rem;
    border-bottom: 5px solid #e8889e;
    margin-bottom: 1em;
	padding: 0 13px 0.3em;
}

#contents h2{
	font-size: 1.846rem;
    padding: 1.5rem 13px 0.8rem;
    margin-bottom: 1em;
    border-top: 5px double #e8889e;
    border-bottom: 5px double #e8889e;
    background: rgb(232,136,158,.2);
}

#contents .stepArea ol.stepList li p.heading{
    font-size: 1.5rem;
    margin: 1em 0 1em 2em;
    font-weight: bold;
}

@media screen and (max-width: 640px){
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}  
    
	#contents h2{
		font-size: 1.385rem;
		padding: 5px;
	}
    
    #contents .stepArea ol.stepList li p.heading{
		font-size: 1.2rem;
	}
}


/* link */
#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0;
    padding: 0 0 0 25px;
}

#contents p + a.textLink{
	margin-left: 1.5em;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#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;
}


@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:0.5em;
	}
    
    #contents ul.txtlink.inner > li{
        margin-right: 0!important;
    }
	
	#contents p + a.textLink{
		margin-left: 0.5em;
	}
}


/* annotation */
#contents p.annotation{
	padding-left: 1em;
    text-indent: -1em;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

#contents span.annotation {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}

@media screen and (max-width: 640px){
	#contents p.annotation{
		margin-left: 0;
	}
}

/* notice*/
#contents .notice_gray_b{
    background-color: #EBEBEB;
    border: 1px solid #999999;
    padding: 1em;
	margin: 1em 0;
}

@media screen and (max-width: 640px){
	#contents .notice_gray_b{
		margin-left: 0;
	}

}

/* indexArea */
#contents .indexArea{
	display: table;
    width: 100%;
    margin-left: 1em;
}

#contents .indexArea p.left{
	border-top: #e8889e 1px solid;
    border-bottom: #e8889e 1px solid;
    border-left: #e8889e 1px solid;
    background: rgb(232,136,158,.2);
    font-weight: bold;
	color: #000;
	font-size: 14px;
    padding: 0.5em;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 1.5em;
	text-align: center;
}

#contents p.tategaki {
    writing-mode: vertical-rl;
    letter-spacing: 0.5rem;
}

#contents .indexArea ul{
	border: 1px solid #e8889e;
	padding: 1.3em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0;
	width: 98%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents .indexArea.blue ul{
	border-color: #e8889e;
}

@media screen and (max-width: 640px){
    #contents .indexArea{
        margin-left: 0;
    }
    
    #contents .indexArea ul{
        padding: 1em;
        width: 100%;
    }
}


/* stepArea */
#contents .stepArea{
	margin: 2em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
}
#contents .stepArea ol.stepList > li{
	margin-bottom: 3em;
    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: #000;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: -4px;
    font-weight: 700;
    float: left;
	background-color: #e8889e;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}

/* procedure */
#contents ol.stepList li ol.procedure{
    margin-top: 1em;
    margin-left: 3.8em;
    font-weight: bold;
}

#contents ol.stepList li ol.procedure_2{
    margin: 1em 0 0 1em;
    padding: 0;
    font-weight: bold;
}

#contents ol.stepList li ol.procedure span,
#contents ol.stepList li ol.procedure div,
#contents ol.stepList li ol.procedure_2 span{
    font-weight: normal;
} 



/* flex */
#contents .flex{
	display: flex;
	margin: 1.2em auto;
	align-items: center;
}

#contents .flex.center{
    justify-content: center;
}

#contents .flex.center img{
    margin: 0 1em;
}

#contents img.pc_arrow{
    margin: 0 1em;
}

#contents img.icon {
    vertical-align: middle;
    margin: 0 0.5em;
}

@media (max-width: 640px){
    #contents .stepArea{
        margin: 2em 0 0;
    }
    
    #contents .stepArea ol.stepList > li > p,
    #contents .stepArea ol.stepList > li > div{
        margin-left: 0;
    }
    
    #contents ol.stepList li ol.procedure{
        margin-left: 0.5em;
    }
    
	#contents .flex{
		flex-direction: column;
        margin-left: 0!important;
	}
    
    #contents .flex.center img{
        margin: 1em 0;
        width: 100%;
        max-width: 300px;
    }
    
    #contents .flex img:not(.pc_arrow),
    #contents .photo img{
        width: 100%;
        max-width: 300px;
    }
    
	#contents img.pc_arrow{
		transform: rotate( 90deg );
		display: block;
		margin: 1em auto;
	}
    
}

/* i_frame */
#contents .i_frame{
    margin: 1em 0;
}

@media (max-width: 640px){
   #contents .i_frame {
        margin: 2em 0;
        width: auto;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    } 
    
    #contents iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* 2022/12/19追記 */
#contents ul.caution li span.lead{
    font-weight: bold;
    font-size: 1.23rem;
    margin-bottom: 0.2em;
    display: block;
}

#contents ul.checklist{ 
    margin-left: 0;
    list-style: none;
}

#contents ul.checklist li{ 
    position: relative;
    padding-left: 25px;
    margin-left: 0;
}

#contents ul.checklist li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
  }
 
 #contents ul.checklist li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    border-radius: 2px;
  }

/* 20230928 */
#contents .indexArea.peach p.left {
	border-top: #e8889e 1px solid;
    border-bottom: #e8889e 1px solid;
    border-left: #e8889e 1px solid;
    background: rgb(232,136,158,.2);
    font-weight: bold;
}

#contents .stepArea ol.stepList.peach > li:before, #contents .stepArea ol.stepList span.square.peach {
    background: rgb(232,136,158,.2);
    border: #e8889e 1px solid;
}

