<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*======= 2022年カープ特集用の追加CSS=======*/

header {
	background-color: transparent;
	background-image: url("../20230330/image/header.png");
	background-position: center;
}

footer {
	background-color: transparent;
	background-image: url("../20230330/image/header.png");
	background-position: center;

}

#footer_info p {
	background-color: transparent;
}

/*=======  個別の記事ページ =======*/

.flex_box_1column section strong.lead {
	color: #CE0221;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 25px;
}

.flex_box_1column section strong {
	color: #444;
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 1.4em;

}

.flex_box_1column section p,
.flex_box_1column section b {
	color: #333;
	padding: 0 0 20px;
	text-align: left;
	text-indent: 0;
}

.flex_box_1column section b {
	font-weight: bold;
	display: block;
}

.flex_box_1column section h3 {
	font-size: 24px;
	padding-bottom: 20px;
}

.flex_box_1column section h3 span {
	display: block;
	background: #333;
	color: white;
	width: fit-content;
	font-size: 14px !important;
	margin: 0 5px 10px 0;
	line-height: 1;
	padding: 5px 10px !important;
}

ul.carp_index b.leader {
	display: inline;
	line-height: 15px;
	height: 15px;
	background: #333;
	border: 1px solid #333;
	color: white;
	padding: 3px 5px 2px;
	margin: 0 5px 10px 0;
	line-height: 1.1;
}

.flex_box_1column section h4 {
	text-align: right;
	padding-bottom: 0;
}

.flex_box_1column section h5 {
	font-weight: bold;
	font-size: 18px;

}

.flex_box_1column section p.writer {
	text-align: right;
}

.flex_box_1column section p.profile span {
	display: block;
	font-weight: bold;
}

.flex_box_1column section figure img {
	padding-bottom: 0;
}

.flex_box_1column section figure p {
	padding: 10px 0 0;
	font-size: 13px;
	text-indent: 0;
	line-height: 1.4;
	text-align: justify;
}

.flex_box_1column section figure {
	padding-bottom: 25px;
}

.flex_box_1column section p.profile {
	background-color: #F5F0D8;
	font-size: 13px;
	padding: 10px 20px;
	text-indent: 0;
	width: 100% !important;
	margin-top: 50px;
}


@media screen and (min-width: 768px) {
	/* スクリーンサイズが768px以上の場合に適用 */


	.flex_box_1column section h3 {
		font-size: 1.8rem;
	}

	.flex_box_1column section h3 span {
		font-size: 20px;
		display: block;
		padding: 5px 0 10px;
	}

	.flex_box_1column section h4 {
		font-size: 1.2em;
	}

	.flex_box_1column section h5 {
		font-size: 1.2rem;
		margin: 0px 0 30px;
	}

	.flex_box_1column section p {
		color: #333;
		font-size: 16px;
		letter-spacing: 1;
	}

	.flex_box_1column section p.intro {
		font-weight: bold;
		font-size: 1rem;
		transform: skewX(-10deg);
		margin: 15px auto 35px;
	}

	.flex_box_1column section p.red {
		color: #ad2136;
	}


	.flex_box_1column section h6 {
		font-weight: bold;
		font-size: 1.3rem;
		transform: skewX(-10deg);
		margin: 15px auto 25px;
		color: #ad2136;
	}

	.flex_box_1column section figure.main {
		float: none;
	}

	.flex_box_1column section figure.main img {
		width: 95%;
		height: auto;
		padding-right: 0;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.flex_box_1column section figure.sub_R {
		width: 340px;
		padding-left: 30px;
		float: right;
		height: auto;
	}

	.flex_box_1column section figure.sub_R img {
		width: 100%;
		height: auto;
		padding: 20px 0 0 0;
	}

	.flex_box_1column section figure.sub_L {
		width: 340px;
		padding-right: 30px;
		float: left;
		height: auto;
	}

	.flex_box_1column section figure.sub_L img {
		width: 100%;
		height: auto;
		padding: 20px 0 0 0;
	}

}


/*======= 特集TOP タイトルに番号 =======*/

.main_visual p {
	margin-bottom: 0!important;
}

.flex_box_2column h3 span {
	font-size: 26px;
	color: #F00;
	display: inline-block;
	margin-right: 10px;
	border-right: solid 1px #F00;
	padding-right: 10px;
	line-height: 1;
}

.flex_box_2column {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: space-between;
	align-items: strech;
	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;
	text-align: left;
	margin: 0 auto;
}

.flex_box_2column section p {
	margin-top: 10px;
}


.flex_box_2column a {
	/*スマホは1分割*/
	box-sizing: 100%;
	background-color: white;
	text-align: left;
	margin: 0 auto;
	padding: 0 20px;
	margin-bottom: 150px!important;
	margin-top:0!important;
}

.flex_box_2column section h4 small {
	font-size: smaller;
}

.flex_box_2column a {
	position: relative;
	align-items: stretch;
}

.flex_box_2column button {
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}




@media screen and (min-width: 768px) {
	/* スクリーンサイズが768px以上の場合に適用 */

	.flex_box_2column a {
		/*PCは3分割*/
		width: 31%;
		margin: 50px 1% 0px !important;
		padding: 0;
		justify-content: space-between;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.flex_box_2column section {
		width: 100%;
		margin-bottom: 0px !important;
	}
}


/*======= 放送スケジュールのページ =======*/

.TV img {
	width: 98%;
	margin: 25px auto;
}

.schedule {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;
	width: 90%;
	margin: 25px auto;
}

p.schedule {
	padding: 0px 10px;
	text-align: left;
}

.schedule li {
	width: 100%;
}

.schedule li img {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

p.schedule img {
	width: 300px;
	margin-left: 0;
	display: block;
}

@media screen and (min-width: 768px) {
	/* スクリーンサイズが768px以上の場合に適用 */

	.schedule {
		max-width: 980px;
		/*		width: calc(100% - 40px);*/
		margin: 10px auto 50px;
	}

	.schedule li {
		width: 32%;
	}
}

/*======= スタジアムPRのページ =======*/

.PR_stadium {
	margin: 0 auto 75px;
	width: 96%;
}

.PR_stadium h3 {
	font-size: 28px;
	font-weight: bold;
	padding: 30px 0;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}

.PR_stadium p {
	text-align: left;
	max-width: 780px;
	margin: 0 auto;	
	width: 90%;
}

/*=======  NEXT｜PREV =======*/

#carp_pagination {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;
	width: calc(100% - 40px);
	margin: 30px auto 80px;
}

#carp_pagination a {
	width: calc(50% - 6px);
	display: inline-block;
	line-height: 1.35;
	margin: 0;
}

#carp_pagination p {
	line-height: 1.3;
}

#carp_pagination p small {
	font-size: 13px;
}

#carp_pagination a.prev {
	text-align: left;
	margin-right: 6px;
	color: #333;
}

#carp_pagination a.next {
	text-align: right;
	margin-left: 6px;
	color: #333;
}

#carp_pagination a.prev:hover,
#carp_pagination a.next:hover {
	color: #F00;
	text-decoration: none;

}

#carp_pagination a.prev span {
	color: white;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	margin: 0 10px 15px 5px;

}

#carp_pagination a.prev span:before {
	background: #28c;
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 0;
	width: 17px;
	height: 17px;
	-webkit-transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-moz-transform-origin: left top;
	-moz-transform: rotate(45deg);
	transform-origin: left top;
	transform: rotate(45deg);
	background: #ef3e2e;
	border-left-color: #ef3e2e;
	border-bottom-color: #ef3e2e;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	border-right: none;
	border-top: none;
	z-index: -1;
}

#carp_pagination a.prev span:after {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 0;
	width: 45px;
	height: 23px;
	background: #ef3e2e;
	border-top-color: #ef3e2e;
	border-right-color: #ef3e2e;
	border-bottom-color: #ef3e2e;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	z-index: -2;
}

#carp_pagination a.next span {
	color: white;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	margin: 0 5px 15px 10px;

}

#carp_pagination a.next span:before {
	content: "";
	display: block;
	position: absolute;
	left: 2px;
	top: 0;
	width: 45px;
	height: 23px;
	background: #ef3e2e;
	border-top-color: #ef3e2e;
	border-left-color: #ef3e2e;
	border-bottom-color: #ef3e2e;
	border-width: 1px;
	border-style: solid;
	border-right: none;
	z-index: -1;
}

#carp_pagination a.next span:after {
	content: "";
	display: block;
	position: absolute;
	left: 47px;
	top: 0px;
	width: 17px;
	height: 17px;
	-webkit-transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-moz-transform-origin: left top;
	-moz-transform: rotate(45deg);
	transform-origin: left top;
	transform: rotate(45deg);
	background: #ef3e2e;
	border-top-color: #ef3e2e;
	border-right-color: #ef3e2e;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-bottom: none;
	z-index: -2;
}


@media screen and (min-width: 768px) {
	/* スクリーンサイズが768px以上の場合に適用 */

	#carp_pagination {
		max-width: 760px;
		margin: 30px auto 80px;
	}

}


/*=======  目　次 =======*/

ul.carp_index {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 50px;
	text-align: left;
}



ul.carp_index a {
	width: calc(50% - 20px);
	color: #333;
	font-size: 16px;
	margin: 0 10px 10px;
	display: inline-block;
}

ul.carp_index a:hover {
	color: #F00;
}

ul.carp_index li span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	padding-right: 10px;
	color: #CE0221;
	float: left;
	height: 35px;
	border-right: solid 1px #CE0221;
}

ul.carp_index p {
	line-height: 1.5;
}

ul.carp_index b.leader {
	display: inline;
	line-height: 15px;
	height: 15px;
	background: #333;
	border: 1px solid #333;
	font-size: 12px;
	color: white;
	padding: 3px 5px 2px;
	margin: 0 5px 10px 0;
	line-height: 1.1;
}

ul.carp_index p small {
	font-size: 14px;
}

.carp_contents {
	text-align: left;
	color: white;
	font-size: 26px;
	font-weight: bold;
	border-left: solid 15px #FF8080;
	border-right: solid 15px #FF8080;
	padding: 8px 0 8px 15px;
	margin-bottom: 35px;
	background-color: #CE0221;
}

.carp_contents span {
	font-size: 16px;
}



/*=======  サイン色紙プレゼント =======*/

.sign {
	margin: 0 auto;
	text-align: left;
}

.sign p {
	margin: 0 0 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.sign h4 {
	font-size: 32px;
	font-weight: bold;
	padding: 15px 20px;
}

.sign p span {
	font-weight: bold;
	display: block;
	border-left: solid 6px #F00;
	color: #F00;
	padding: 0 0 0 10px;
	margin: 15px 0;
	line-height: 1.2;
}

.sign p b {
	display: inline-block;
	padding-right: 10px;
	text-indent: 1em;
}

.sign a button {
	background-color: #F00;
	display: block;
	padding: 8px 20px;
	border: 1px solid white;
	border-radius: 10px;
	box-shadow: 2px 2px 4px gray;
	margin: 20px 10px 35px;
	font-size: 26px;
	color: white;
	font-weight: bold;
}

.sign a button:hover {
	opacity: 60%;
}

.marker_red {
	color: #F00;
	margin: 0 5px;
	font-weight: bold;
}

.marker_purple {
	color: #7929D0;
	margin: 0 5px;	
	font-weight: bold;
}

.PR_box_3column a span,
.PR_box_2column a span {
	font-size: 14px;
	padding: 5px 0;
	color: #333;
}

.PR_box_3column a span:after,
.PR_box_2column a span:after {
	content: "»";
	padding-left: 5px;
}

.PR_box_3column a:hover,
.PR_box_2column a:hover {
	opacity: 0.6;
}

.PR_box_3column img,
.PR_box_2column img {
	border: 1px solid #bababa;
}

#MESSAGE_BK {
background: #CE0221;
margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 75px 15px;
  box-sizing: border-box;
}

ul.message {
	max-width: 900px;
	margin: 0 auto;	
	box-sizing: border-box;
}

ul.message li {
	position: relative;
	margin-bottom: 50px;
	box-sizing: border-box;
	width: 88%;
}

ul.message li:nth-child(odd) {
	margin-left: 0;
	margin-right: auto;
}

ul.message li:nth-child(even) {
	margin-left: auto;
	margin-right:0;
}

ul.message li:nth-child(odd) img {
	position: absolute;
	display: inline-block;
	width: 150px;
	left: -20px;
	top: -35px;
}

ul.message li:nth-child(even) img {
	position: absolute;
	display: inline-block;
	width: 150px;
	right: -20px;
	top: -35px;
}

ul.message li:nth-child(odd) p {
	border-radius: 8px;
	padding:20px 25px 15px 50px;
	/*border: #CE0221 solid 2px;*/
	margin: 0 0 0 80px;
	border-radius: 8px;	
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
ul.message li:nth-child(even) p {
	border-radius: 8px;
	padding: 20px 50px 15px 25px;
	/*border: #CE0221 solid 2px;*/
	margin: 0 80px 0 0;
	border-radius: 8px;	
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

ul.message li p span {
	font-size: 1rem;
	display: block;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
}
ul.message li p span br {
	display: none;
}

.slash {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
margin-bottom: 25px;
}

.slash &gt; span {
flex: 0 0 auto;
text-align: center;
font-size: 2.5rem;
}
.slash::before,
.slash::after {
content: "";
flex: 0 0 2px;
height: auto;
margin: 0px 30px;
background: #333;
}
.slash::before { transform: rotate( -30deg ) }
.slash::after { transform: rotate( 30deg ) }

@media screen and (max-width: 600px) {

	.PR_box_3column a,.PR_box_4column a,.PR_box_2column a {
		width: 90%;
		padding-bottom: 15px;
		margin: 0 auto;
	}
	
	.PR_box_3column img,.PR_box_4column img,.PR_box_2column img {
		width: 100%;
	}

	.flex_box_2column a {
		margin: 0 auto;
		margin-bottom: 0 !important;
	}

	.flex_box_2column button {
		position: absolute;
		bottom: 50px;
		left: 50%;
		width: 80%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	ul.carp_index {
		width: 90%;
		margin: 0 auto 50px;
	}
	

	#MESSAGE_BK {
	  padding: 25px 15px;
	}


	ul.message li {
		position: relative;
		margin-bottom: 70px;
		box-sizing: border-box;
		width: 100%;
	}

	ul.message li:nth-child(odd) img {
		width: 115px;
		left: 0;
		top: -60px;
	}
	
	ul.message li:nth-child(even) img {
		width:115px;
		right: 0;
		top: -60px;
	}

	ul.message li:nth-child(odd) p {
		font-size: 1.2rem;
		margin-top: 60px;	
		padding: 20px 15px 20px 30px;		
		line-height: 1.3;
		margin-left: 80px;
		margin-right: 0;
		width:calc(100% - 80px);		
		box-sizing: border-box!important;
		text-align: justify;
	}
	ul.message li:nth-child(even) p {
		font-size: 1.21rem;
		box-sizing: border-box!important;	
		margin-top: 60px;	
		padding: 20px 30px 20px 15px;
		line-height: 1.3;
		width:calc(100% - 80px);		
		box-sizing: border-box;	
		margin-left: 0;
		margin-right: 80px;
		text-align: justify;
	}
		
	ul.message li p span {
		font-size: 0.9rem;
		display: block;
		text-align: center;
		padding-top: 5px;
		font-weight: normal;		
		text-align: left;		
		line-height: 1.2;
	}

	ul.message li p span br {
		display: block;
	}

	.slash &gt; span {
		font-size: 2rem;
		}

}
</pre></body></html>