@charset "UTF-8";

/* OVERWRITE */
.genreNewspaperTop #ContentsArea #TopAD { display: none; }
.genreNewspaperTop #ContentsArea { padding-top: 0; }
#main { float: none; width: 100%; }
.genre-title { margin-bottom: 2em; }

/* newspaper */
.newspaper-box {
	margin-bottom: 4em;
}
.genreNewspaperTop .newspaper-box {
	margin-bottom: 2em;
	padding: 0 8px 1em;
}
.newspaper-box h2 {
	margin: 16px 0;
	font-size: 2.8rem;
	font-size: 28px;
	font-weight: bold;
	line-height: 2.6;
}
.genreNewspaperTop .newspaper-box h2 {
	font-size: 20px;
	line-height: 2;
}
h2 .logo {
	width: 300px;
	margin: 0 20px 20px 0;
}
.newspaper-box.service h2 span {
	display: block;
	font-weight: bold;
}
.genreNewspaperTop .newspaper-box h2 .logo {
	width: 150px;
	margin: 0 15px 0 0;
	position: relative;
	top: 3px;
}
.topLeadText {
    font-size: 1.8rem;
    font-size: 18px;
}
.ipad {
	background-image: url(/newspaper/img/ipad.png);
	background-size: 100%;
	background-repeat: no-repeat;
	/*background-position: top 0px right;*/
	width: 255px;
	height: 314px;
	float: right;
	position: relative;
	top: -50px;
}
.genreNewspaperTop .newspaper-box .ipad {
	width: 60px;
	height: 75px;
	position: relative;
	top: 0px;
}
h2.sectionTitle {
	position: relative;
	padding: 0;
	text-align: center;
}
h2.sectionTitle:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #0075c2;
}
h2.sectionTitle span{
	position: relative;
	padding: 0 1em;
	background: #fff;
	font-weight: bold;
}
.newspaper-box h3 {
	margin-bottom: 1em;
	font-size: 2rem;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.genreNewspaperTop .newspaper-box h3 {
	font-size: 18px;
}
.newspaper-box h4 {
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}
.newspaper-box p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.newspaper-box .btn {
	margin: 2em auto;
}
.genreNewspaperTop .newspaper-box .btn {
	margin: 2em auto 0;
}
.newspaper-box .btn a {
	position: relative;
	margin: auto;
	display: block;
	padding: 15px 30px;
	width: 50%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	background: #0075c2;
	color: #fff;
}
.genreNewspaperTop .newspaper-box .btn a {
	width: 80%;
}
.newspaper-box.service ul {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 90%;
}
.newspaper-top .newspaper-box.service ul {
/*
	clear:both;
	position: relative;
	top: -3em;
*/
	margin-bottom: 2em;
}
.genreNewspaperTop .newspaper-box.service ul {
	margin: 2em 0;
}
.newspaper-box.service ul li {
	line-height: 1.6;
}
.newspaper-box.service ul li:first-child {
	font-weight: bold;
}

/* FAQ */
#qa .qaBox{
	margin-bottom: 3em;
}
#qa .qaBox:last-child{
	margin-bottom: 0;
}
#qa dl{
	margin: 20px 0;
	border-bottom: 1px solid #0075c2;
	line-height: 1.6;
}
#qa dt{
	position: relative;
}
.genreNewspaperTop #qa dt{
	padding: 0 20px 10px 0;
}
#qa dl dt::before{
    content: "Q";
    display: inline-block;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    background: #0075c2;
    padding: 10px;
}
.genreNewspaperTop #qa dl dt::before{
    padding: 5px 10px;
}
#qa dt span{
	position: absolute;
	top: 16px;
	right: 5px;
	font-weight: 700;
	background: #0075c2;
	border-radius: 4px;
	font-size: 8px;
	color: #fff;
	width: 16px;
	line-height: 16px;
	text-align: center;
}
#qa dd{
	margin: 0;
	padding: 0 0 0 35px;
	height: 0;
	overflow: hidden;
}
.genreNewspaperTop #qa dd{
	padding: 0;
}
#qa dl dd div {
    padding: 10px;
    border-top: 1px dashed #0075c2;
}
#qa dl dd div h5{
	margin-bottom: 10px;
}
#qa dl dd div h5::before{
	content: "A";
	display: inline-block;
	font-weight: 700;
	color: #ff0000;
	margin-right: 5px;
}
#qa dl dd div p{
	font-size: 90%;
	margin-bottom: 0.5em;
}
#qa dl dd div p a{
	text-decoration: underline;
	color: #0075c2;
}
#qa dl dd div ol {
	margin-bottom: 0.5em;
	padding-left:1em; 
}
#qa dl dd div ol li {
	font-size: 90%;
	margin:0;
	padding:3px 0 0;
	list-style:decimal;
}
#qa dl dd div ol li a{
	text-decoration: underline;
	color: #0075c2;
}
#qa dl dd div p a:after,
#qa dl dd div ol li a:after{
	font-family: "nsiconfont";
	content: "\e62e";
	display: inline-block;
	position: relative;
	top: 1px;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	font-family: "nsiconfont";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
#qa dl dd div ul {
	margin-bottom: 0.5em;
	padding-left:1em; 
}
#qa dl dd div ul li {
	font-size: 90%;
	margin:0;
	padding:3px 0 0;
	list-style:square;
}
#qa dt,
#allopen,
#allclose{
	cursor: pointer;
	display: block;
}
#faqBtnArea{
	width: 100%;
	height: 28px;
	margin: 0 0 10px;
}
#allopen,
#allclose{
	float: right;
	color: #ffffff;
	margin-right: 10px;
	padding: 0.4em 0.8em;
	background: #0075c2;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	font-family: initial;
	font-weight: normal;
}
#allclose{
	margin-right: 0px;
}

/* contact */
.contactBox {
	margin: 4em 0;
}
.genreNewspaperTop .contactBox {
	margin: 2em 0;
}
.contactBox h3 {
	padding: 0 15px;
	border-left: 6px double #0075c2;
}
.genreNewspaperTop .contactBox h3 {
  padding: 0 10px;
}
.contactBox p a {
	text-decoration: underline;
}
.contactBox.tel p span {
	margin-left:  1em;
}
.newspaper-box.subscribe {
  text-align: center;
}
.newspaper-box.subscribe h3 {
	font-size: 22px;
	position: relative;
	padding: 1em;
	text-align: center;
	width: 80%;
	margin: 2em auto;
	letter-spacing: 0.1rem;
	font-weight: normal;
}
.genreNewspaperTop .newspaper-box.subscribe h3 {
	margin: 1em auto;
	font-size: 20px;
}
.genreNewspaperTop .newspaper-box.subscribe h3 span{
	display: block;
}
.genreNewspaperTop .newspaper-box.subscribe .btn {
	margin: 1em auto;
}
.newspaper-box.subscribe h3:before,
.newspaper-box.subscribe h3:after {
	position: absolute;
	content: '';
}
.newspaper-box.subscribe h3:after {
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}
.newspaper-box.subscribe h3:before {
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}
.newspaper-box.subscribe .subscribeList li{
	font-size: 20px;
	line-height: 2.2;
}
.genreNewspaperTop .newspaper-box.subscribe .subscribeList li{
	font-size: 18px;
}
.newspaper-box.subscribe .subscribeList li span{
	background: linear-gradient(transparent 55%, #ff003330 40%);
}
.newspaper-box.subscribe p {
	font-size: 20px;
}
.genreNewspaperTop .newspaper-box.subscribe p {
	font-size: 18px;
}
.newspaper-box.subscribe .btn.pc {
	display: block;
}
.newspaper-box.subscribe .btn.sp {
	display: none;
}
.genreNewspaperTop .newspaper-box.subscribe .btn.pc {
	display: none;
}
.genreNewspaperTop .newspaper-box.subscribe .btn.sp {
	display: block;
}

/* col_● */
.newspaper-box *, .newspaper-box *:before, .newspaper-box *:after {
	box-sizing: border-box;
}
.newspaper-box .col_2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.newspaper-box .col_2 h3 {
    font-size: 20px;
}
.newspaper-box .col_3 h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.newspaper-box .col_2 p,
.newspaper-box .col_3 p{
    text-align: left;
}
.newspaper-box .col_2 div .col_2 div p{
    margin-bottom: 0;
}
.newspaper-top .newspaper-box .col_2 div .col_2 div p{
    height: 6em;
}
.newspaper-top .newspaper-box .col_3 p{
    height: 5em;
}
.newspaper-box .col_2 img,
.newspaper-box .col_3 img{
    width: 100%;
}
.newspaper-box .col_2 img{
    margin-bottom: 20px;
}
.newspaper-box .col_2 > *{
	width: calc( 50% - 6px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
}
.newspaper-box .col_2 .col_2 > *{
	background: #eee;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
}
.newspaper-box .col_2 > *:nth-child(2n){
	margin-right: auto;
}
.newspaper-box .col_3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2em 0;
}
.newspaper-box .col_3 > *{
	width: calc( 33.33333% - 8px ) ;
	margin-right: 12px;
	margin-bottom: 12px;

	background: #eee;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
}
.newspaper-box .col_3 > *:nth-child(3n){
	margin-right: auto;
}
.newspaper-box .col_4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
}
.newspaper-box .col_4 > *{
	width: calc( 25% - 9px );
	margin-right: 12px;
	margin-bottom: 12px;

	background: #eee;
	text-align: center;
	padding: 50px 0;
	border-radius: 20px;
}
.newspaper-box .col_4 > *:nth-child(4n){
	margin-right: auto;
}
@media screen and (max-width: 960px) {
	.genreNewspaperTop .newspaper-box .col_2 > *{
		width: 100%;
		margin-right: auto;
	}
	.genreNewspaperTop .newspaper-box .col_3 > *{
		width: calc( 50% - 6px ) ;
	}
	.genreNewspaperTop .newspaper-box .col_3 > *:nth-child(3n){
		margin-right: 12px;
	}
	.genreNewspaperTop .newspaper-box .col_3 > *:nth-child(2n){
		margin-right: auto;
	}
	.genreNewspaperTop .newspaper-box .col_4 > *{
		width: calc( 50% - 6px ) ;
	}
	.genreNewspaperTop .newspaper-box .col_4 > *:nth-child(4n){
		margin-right: 12px;
	}
	.genreNewspaperTop .newspaper-box .col_4 > *:nth-child(2n){
		margin-right: auto;
	}
}
@media screen and (max-width: 580px) {
	.genreNewspaperTop .newspaper-box .col_2 > *{
		width: 100%;
		margin-right: auto;
	}
	.genreNewspaperTop .newspaper-box .col_3 > *{
		width: 100%;
		margin-right: auto;
	}
	.genreNewspaperTop .newspaper-box .col_3 > *:nth-child(3n){
		margin-right: auto;
	}
	.genreNewspaperTop .newspaper-box .col_4 > *{
		width: 100%;
		margin-right: auto;
		/*width: calc( 50% - 6px ) ;*/
	}
/*
	.newspaper-box .col_4 > *:nth-child(3n){
		margin-right: 12px;
	}
	.newspaper-box .col_4 > *:nth-child(2n){
		margin-right: auto;
	}
*/
}

/* viewer */
.newspaper-box.viewer h3 {
    padding-bottom: 30px; 
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.newspaper-box.viewer h3 span {
    padding: 0 2px;
    color: #00385e;
    font-size: 30px;
    font-weight: bold;
}
.newspaper-box.viewer h4 {
    padding: 0 10px;
    font-weight: bold;
    line-height: 1.6;
}
.newspaper-box.viewer .paperList {
    width: 100%;
/*    float: none;*/
    display: inline-block;
    margin: 20px 0 0 0;
/*    padding: 10px;*/
    background: #fff;
}
.newspaper-box.viewer .paperList .paperBox {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.newspaper-box.viewer .paperList .paperBox:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(255 255 255 / 0%) 70%,rgb(255 255 255) 80%, #fff 100%);
    z-index: 1;
}
.newspaper-box.viewer .paperList .paperBox img {
    pointer-events: none;
    width: 100%;
    text-indent: -9999px;
}
.newspaper-box.viewer .paperList li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -30px;
}
.genreNewspaperTop .newspaper-box.viewer .paperList li {
    width: 100%;
}
.newspaper-box.viewer .paperList li a {
    display: block;
}
.newspaper-box.viewer .paperList li p {
    position: relative;
    bottom: 100px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 2px;
    color: #333;
    background: #eee;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
}
.genreNewspaperTop .newspaper-box.viewer .paperList li p {
    bottom: 80px;
}
/*.newspaper-box.viewer .paperList li:nth-child(2) p { background: #3fc2ff; }*/
.newspaper-box.viewer .paperList li h5 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.genreNewspaperTop .newspaper-box.viewer .paperList li h5 {
    text-align: left;
}
.newspaper-box.viewer .backnumber .paperList li {
    width: 25%;
}
.newspaper-box.viewer .backnumber .paperList li p {
    bottom: 50px;
    font-size: 16px;
}
.genreNewspaperTop .newspaper-box.viewer .backnumber .paperList li {
    width: 50%;
}
.genreNewspaperTop .newspaper-box.viewer .backnumber .paperList li p {
    bottom: 40px;
}

.membership-box {
	padding: 0 160px;
}
.genreNewspaperTop .membership-box {
	padding: 0;
}

/* Premium */
.mainVisualArea{
	margin-top: 20px;
	padding: 90px 10px;
	background-image: url(https://www.nikkansports.com/membership/img/membership-about_im02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.mainVisualHeading{
	color: #fff;
	align-items: center;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.mainVisualHeading .headingSubText {
    font-size: 15px;
    margin-top: 4px;
}
.mainText{
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgb(0 0 0);
}
.membership-box .btn {
	margin: 2em auto;
}
.genreNewspaperTop .membership-box .btn {
	margin: 2em auto 0;
}
.membership-box .btn a {
	position: relative;
	margin: auto;
	display: block;
	padding: 15px 28px;
	width: 80%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	background: #00385e;
	color: #fff;
}
.genreNewspaperTop .membership-box .btn a {
    box-sizing: initial;
}
.membership-box .mainVisualArea .btn a{
	background: #fff;
	color: #00385e;
}
.membership-box .btn.goalBtn a {
	background-color: #00385e;
	color: #fff;
}
.membership-box .btn.goalBtn.secondaryGoalBtn a {
	background-color: #fff;
	border: 3px solid #00385e;
	color: #000;
}
.membership-box .planItem .btn a{
	width: 100%;
	margin: 20px auto;
}
.membership-box .btn a::after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid;
	border-bottom-color: currentcolor;
	border-right: 1px solid;
	border-right-color: currentcolor;
	transform: translateY(-50%) rotate(-45deg);
	right: 12px;
	top: 50%;
}
.leadText{
	margin: 20px 10px;
}

.mainVisualHeading{
	display: flex;
}
.genreNewspaperTop .mainVisualHeading{
	display: block;
}
@media screen and (min-width: 960px) {
	.mainVisualHeading::before, .mainVisualHeading::after {
	    content: "";
	    height: 1px;
	    flex-grow: 1;
	    background-color: #fff;
	}
	.mainVisualHeading::before {
	    margin-right: 3rem;
	}
	.mainVisualHeading::after {
	    margin-left: 3rem;
	}
}
.premiumLogo .st0 {
    fill: #ffffff;
}
h2.date span {
    padding: 0 2px;
    color: #00385e;
    font-size: 30px;
    font-weight: bold;
}

/* oneday */
body.oneday.pc .newspaper-box.viewer .paperList li {
	margin-bottom: 0px;
}
body.oneday .newspaper-box {
	margin-bottom: 1em;
}
body.oneday.sp .newspaper-box {
	margin-top: 1em;
}
body.oneday .newspaper-box .btn2 {
	margin: 2em auto;
	width: 500px;
}
body.oneday.sp .newspaper-box .btn2 {
	width: 100%;
	max-width: 340px;
}
body.oneday .newspaper-box .btn2 a{
	display:block;
	padding:15px 28px;
	font-size:18px!important;
	text-align:center;
	background:#ffd423;
	color:#333;
	font-weight:700;
	width:auto;
}
body.oneday .newspaper-box .btn2 a:after{
	content:"\e62e";
	position:relative;
	display:inline-block;
	font-size:14px;
	font-family:nsiconfont;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	speak:none;
	color:#333;
	top:1px;
}
body.oneday .newspaper-box.introduction ul.annotation {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 90%;
}
body.oneday .newspaper-box.introduction ul.annotation li {
	line-height: 1.6;
}

/* NG */
.newspaper-box.ng { padding: 20px 0 0 210px; width: 760px; height: 360px; }
.newspaper-box.ng h1 { margin-bottom: 40px; font-weight: bold; font-size: 3rem; }
.newspaper-box.ng p { margin-bottom: 1em; line-height: 1.6; }
.newspaper-box.ng ul { margin: 40px 0 60px; padding-left: 30px; list-style-type: disc; }
.newspaper-box.ng ul li { margin-bottom: 0.5em; }
.genreNewspaperTop .newspaper-box.ng { margin-top: 20px; padding: 5px 8px 0; width: 100%; height: auto; box-sizing: border-box; }
.genreNewspaperTop .newspaper-box.ng h1 { margin-bottom: 20px; font-size: 23px; line-height: 1.4; }
.genreNewspaperTop .newspaper-box.ng ul { margin: 20px 0 40px; padding-left: 20px; }
.genreNewspaperTop .newspaper-box.ng ul li { margin-bottom: 0.5em; line-height: 1.4; }
.genreNewspaperTop .newspaper-box.ng + .linklist { display: none; }