/*===========================================
	enjoy index.css
=============================================*/

#contents h2.title {
	font-size: 1.231em;
	margin-top: 3em;
	border-bottom: #000 solid 1px;
}

#contents p {
	margin: 0 1em 1.25em;
}

#contents .notice_gray_b {
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #999999;
	margin: 0 0 1em;
	padding: 1em;
}

#contents .notice_gray_b p {
	margin-bottom: 18px;
	margin-top: 10px;
	font-size: 14px;
}

#contents .notice_gray_b ul li {
	margin-bottom: 10px;
	margin-left: 10px;
}

@media (max-width: 640px){
	#contents h2.title {
		padding-left: 5px;
	}
    
    #contents p {
        margin: 0 0.3em 1.25em;
    }
}

/*
====================================
	flex_type
====================================
*/

#contents ul.flex_type{
    list-style-type: none;
    display: flex;
	flex-wrap: wrap;
    gap: 0.8em;
    margin-left: 1em;
}

#contents ul.flex_type li{
    width: 140px;
    margin-left: 0;
}

#contents ul.flex_type a{
    display: inline-block;
    text-align: center;
    border: 1px solid #959595;
    border-radius: 1em;
    padding: 0.5em;
    margin: 0;
}

#contents ul.flex_type a:hover{
    opacity: 0.5;
    color: #000;
}

#contents ul.flex_type a span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 0.8em;
    display: inline-block;
    margin-top: 5px;
}

#contents ul.flex_type li img{
    width: 100px;
}

#contents ul.flex_type li img.mt_15{
    margin-top: 1.5em;   
}

#contents ul.flex_type li img.mt_3{
    margin-top: 3em;   
}


@media (max-width: 640px){
	#contents ul.flex_type{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 2em;  
    gap: 0;    
    }
        
    #contents ul.flex_type li{
    margin: 0 0 1.5em;
    }
    
    #contents ul.flex_type a span.textLink{
    margin-top: 0;   
    }
	
	#contents ul.flex_type li img.mt_15{
		margin-top: 0;   
	}

	#contents ul.flex_type li img.mt_3{
		margin-top: 0;   
	}

}  


/*
====================================
	list-flex
====================================
*/

#contents ul.list-flex{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2em 4em;
    margin-left: 1em;
}

#contents ul.list-flex li{
    width: 210px;
    margin-left: 0;
}

#contents ul.list-flex a{
    display: inline-block;
}

#contents ul.list-flex a:hover{
    opacity: 0.5;
    color: #000;
}

#contents ul.list-flex a span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 0.8em;
    display: inline-block;
    margin-top: 5px;
}

#contents ul.list-flex li img{
    width: 210px;
}

@media (max-width: 640px){
	#contents ul.list-flex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 2em;  
    gap: 0;    
    }
        
    #contents ul.list-flex li{
    margin: 0 0 1.5em;
    }
    
    #contents ul.list-flex a span.textLink{
    margin-top: 0;   
    }
}  

/* 2023/02/03 */
#contents span.new_icon {
    display: inline-block;
    background: #EE0000;
    color: #fff;
    font-weight: bold;
    padding: 0 3px;
    font-size: 93%;
}

#contents br.pconly{
	display: block;
}

@media (max-width: 640px){
	#contents ul.flex_type li{
		width: 100%;
	}
	
	#contents ul.flex_type li a{
		display: flex;
		flex-direction: row-reverse;
    	align-items: center;
		justify-content: flex-end;
	}
	
	#contents ul.flex_type li img {
		width: 80px;
		margin-right: 1em;
	}
	
	#contents span.new_icon {
		margin-left: 0.5em;
	}
	
	#contents br.pconly{
		display: none;
	}
}

@media (max-width: 345px){
	#contents ul.flex_type li img {
		width: 70px;
		margin-right: 0.5em;
	}
}