@charset "utf-8";
/* CSS Document */
#contents .explanation{
    margin-left: 1em;
}

#contents .explanation dt{
    font-weight: normal;
    margin-bottom: 1em;
}

#contents .explanation dd{
    font-size: 1.8rem;
    margin-bottom: 1em;
}

#contents p.font_expansion{
    font-size: 1.8rem;
    margin: 1em 0 1em 0.5em;
}

#contents span.accent {
    color: #ec0000;
    text-decoration: underline;
}

#contents .procedure{
    display: flex;
    align-items: center; 
    margin: 1em 0 2em 1em;
    padding: 0.5em;
    border: #999999 1px solid;
}

#contents .procedure ul.txtArea{
    margin-top: 0;
}

#contents .procedure ul.txtArea li{
    margin-bottom: 1em;
}

#contents .procedure ul.txtArea li:last-child{
    margin-bottom: 0;
}

div.procedure ul.txtArea li br.sp {
    display: none;
}

a.link{
	display: flex;
    align-items: center; 
    justify-content: space-between;
	margin: 1em 0 2em 1em;
 	border: 2px solid #d3d3d3;
}

a.link:hover,
a.link:focus,
a.link:active{
	outline: thin dotted;
	background-color: #E4E4E4;
	color: #2B2A2A;
    text-decoration: none;
}

a.link p{
	background: url(/support/ichigan/images/enjoy/photo/gray_arrow.png) no-repeat 0 4px;
    padding-left: 1.3em;
}

a.link img{
	margin: 1em;
}

@media screen and (max-width: 640px){
    #contents .explanation{
        margin-left: 0;
    }
    
    #contents p.font_expansion{
        margin-left: 0;
    }
    
    #contents .procedure{
        flex-direction: column;
        margin-left: 0;
    }
    
    div.procedure ul.txtArea li br.sp {
        display: block;
    }
    
	a.link{
        flex-direction: column;
        margin-left: 0;
        padding: 0.5em;
        text-decoration: none;	
	}
}