@charset "utf-8";
/* CSS Document */

/*===========================================
	enjoy nw-a300_nw-zx707 css
=============================================*/
.top{
	background-image: url("/support/walkman/enjoy/nw-a300s_nw-zx707/images/index_top_pct.png");
	background-position: center;
	background-repeat: no-repeat;
	max-width: 950px;
	margin: 0 auto 2em;
	width: 100%;
	height: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top h1{
	color: #000;
    margin: 0;
    text-shadow: 1px 1px 4px #FFF, -1px -1px 4px #FFF, -1px 1px 4px #FFF, 1px -1px 4px #FFF, 0px 1px 4px #FFF, 0-1px 4px #FFF, -1px 0 4px #FFF, 1px 0 4px #FFF;
}
.top h1 span.series{
	margin: 0 2em;
	padding: 0.5em;
	display: block;
    font-size: 2.5em;
}

.top h1 span.title{
	margin: 0;
	padding: 0.5em 1em;
	display: block;
    border-top: #000 solid 2px;
    border-bottom: none;
    font-size: 3.2em;
    text-align: center;
}

@media screen and (max-width: 640px){
	.top{
        background-size: cover;
		height: 150px;
	}
	.top h1 span.series{
        margin: 0 1em;
        font-size: 1.2em;
    }

    .top h1 span.title{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 470px){
	.top{
        background-size: contain;
	}
    
    .top h1 span.title {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 400px){
    .top h1 span.series{
        margin: 0 0.5em;
        font-size: 1em;
    }
    
    .top h1 span.title {
        font-size: 1.1em;
    }
}

#contents h2.title {
    font-size: 1.25em;
    color: #2f353d;
    margin: 2em 0;
    padding-bottom: 0;
    padding-left: 0;
}

#contents h2.t-flex{
    display: flex;
    align-items: center;
}

#contents h2.org{
    border-bottom: 2px solid #ffa41b;
}

#contents h2.green{
    border-bottom: 2px solid #4d9936;
}

#contents h2.peach{
    border-bottom: 2px solid #e8889e;
}

#contents span.icon img{
    vertical-align: middle;
}

#contents span.icon img.img01{
    margin: 0 0.5em 0.3em;
}

#contents ul.list-flex{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.35em;
    margin-bottom: 1.5em;
}

#contents ul.list-flex li{
    width: 22%;
    text-align: center;
    border: 1px solid #959595;
    padding: 0.5em 0.5em 2em;
}

#contents ul.list-flex li p{
    font-weight: bold;
    margin-top: 1em;
}

#contents ul.list-flex li p span{
    font-size: 1em;
}

#contents ul.list-flex li a{
    border-radius: 10px;
    border: 1px solid #959595;
    padding: 0.5em 2em;
    margin-top: 1.3em;
    display: inline-block;
}

#contents ul.list-flex li a:hover{
    opacity: 0.5;
    color: #000;
}

#contents ul.list-flex li 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: 0.3em;
}

#contents .pconly{
    display: block;
}

@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;
        padding: 0.5em 0.5em 1em;    
        width: 90%;    
    }
    
    #contents ul.list-flex li p{
        margin-top: 0.3em;
    }
    
    #contents ul.list-flex li a{
        margin-top: 0.5em;
    }
    
    #contents ul.list-flex li a span.textLink{
        margin-top: 0;   
    }
    
    #contents .pconly{
        display: none;
    }
}    