@charset "utf-8";
/* CSS Document */
.sn-m-xml2Lib-container *{
	font-size: 14px;
}
.sn-m-xml2Lib-container .sn-m-xml2Lib-title{
	font-size: 28px;
	font-weight: normal;
}
.sn-m-xml2Lib-container .sn-m-xml2Lib-children .sn-m-xml2Lib-title{
	font-size: 21px;
	font-weight: bold;
	color: #454545;
}
li+br
, ul+br {
    display: none;
}
.sn-m-xml2Lib-container .option-POWERUP > h2::after{
	content: url(//www.sourcenext.com/%7E/media/Images/common/icon/icon_powerup);
	width: 46px;
}
.sn-m-xml2Lib-container .option-NEW > h2::after{
	content: url(//www.sourcenext.com/%7E/media/Images/common/icon/icon_new);
	width: 75px;
}
.sn-m-xml2Lib-container .option-POWERUP > h2::after
, .sn-m-xml2Lib-container .option-NEW > h2::after{
	display: inline-block;
	height: 100%;
	margin-left: 5px;
}



/**/
.sn-m-xml2Lib-nav-radio{display:none;}
#ph_content nav label {
    width: 100%;
    margin-top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    background-color: #007DCE;
    color: #fff;
    height: 63px;
    cursor: pointer;
}
#ph_content nav {
    display: flex;
    height: 50px;
    justify-content: space-between;
}
#sp #ph_content nav label {
    width: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0;
 position: unset;
}
#sp #ph_content nav {
    flex-wrap: wrap;
    height: auto;
} 

nav + article.sn-m-xml2Lib-container > section { display: none; }
    
#input-page-01:checked ~ nav + article.sn-m-xml2Lib-container section.page-01 { display:block; }
#input-page-01:checked ~ nav > #label-page-01 { opacity: .5; }
#input-page-02:checked ~ nav + article.sn-m-xml2Lib-container section.page-02 { display:block; }
#input-page-02:checked ~ nav > #label-page-02 { opacity: .5; }
