@charset "utf-8";
/* CSS Document */

/*===========================================
	enjoy nw-wm1m2 css
=============================================*/
#contents h1 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 1em;
}

#contents h1 img {
    width: 100%;
}

#contents h2.title {
    font-size: 1.25rem;
    color: #2f353d;
    margin-top: 2em;
    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;
}

#contents ul.list-flex li{
    width: 240px;
    margin-right: 20px;
    margin-bottom: 1.5em;
}

#contents ul.list-flex li:nth-child(3n){
    margin-right: 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: 240px;
}

@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;   
    }
}    