@charset "utf-8";
/* =============================================
 共通
============================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	color: #311800;
	font-size: 1rem;
	line-height: 1.6;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	margin: 0px;
	min-width: 1000px;
	padding: 0px;
	background: url("../../img/common/bg_patarn.png") #FFFEF6 center center repeat;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* -------------------------------------------
 p
------------------------------------------- */
p + p, dl + p {
	margin-top: 10px;
}
/* -------------------------------------------
 a
------------------------------------------- */
a {
	overflow: hidden;
	outline: none;
	color: #970004;
	text-decoration: none;
}
a:hover {
	color: #B44800;
	text-decoration: none;
}
.imgLink {
	transition: all 0.5s ease 0s;
}
.imgLink:hover {
	opacity: 0.8;
}
/* -------------------------------------------
 共通クラス
------------------------------------------- */
.smp {
	display: none;
}
.txt_center {
	text-align: center;
}
/* -------------------------------------------
 過去の放送内容ボタン
------------------------------------------- */
.archive_btn {
	border: solid 4px #000;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
	background: url("../../img/common/icon_arrow.png") no-repeat right 20px center, url("../../img/common/bg_btn.png");
}
.archive_btn a {
	display: block;
	color: #000;
	padding: 15px 25px 13px 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5rem;
}
/* =============================================
 ヘッダー
============================================= */
div.out_wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 485px;
	min-width: 1000px;
	position: relative;
}
#header h1 {
	position: absolute;
	background: url("../../img/common/top_pc.png") top left no-repeat;
	width: 1000px;
	height: 490px;
	top: -5px;
	right: 0;
	z-index: 100;
	text-indent: -9999px;
}
#header h1 img {
	display: none;
}
.oatime {
	margin: 0;
	position: absolute;
	width: 90%;
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1000;
}
.oatime .timeinfo {
	width: 48%;
}
.oatime .timeinfo img {
	width: 100%;
}
/* =============================================
 contents
============================================= */
.contents {
	position: relative;
	width: 1000px;
	margin: 30px auto 0;
	z-index: 200;
	min-height: 1050px;
}
.contents:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
/* =============================================
 contents_main
============================================= */
.contents_main {
	width: 695px;
	float: left;
	padding: 0 30px 60px 0;
	/*background: #fff url("../../img/pc/bg.png") left center repeat-y;*/
	/*background: #fff url("../../img/pc/test.png") left center repeat;*/
}
/* -------------------------------------------
 hタグ
------------------------------------------- */
h1, h2, h3, h4, .sns_share .sns_share_title, .backnum_card {
	font-family: UD Shin Go Bold;
}
.box_title {
	display: block;
	width: 100%;
	padding: 10px 0;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	text-align: center;
	border-top-style: solid;
	border-top-width: 4px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	letter-spacing: 0.1em;
}
.box_title span {
	font-size: 1.2rem;
	line-height: 1.1;
	vertical-align: middle;
}
.box_title.open, .box_title.close {
	cursor: pointer;
}
.box_title.open:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.box_title.close:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
.box_title span.pop {
	display: block;
	width: 200px;
	padding: 0;
	position: absolute;
	margin-top: -65px;
	margin-left: -20px;
	z-index: 10;
	line-height: 1;
}
.box_title span.pop img {
	width: 200px;
}
.box_title span.special {
	/*padding-left: 110px;*/
	display: block;
}
.box_title .cution {
	display: block;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.2;
}
.box_title span + .cution {
	margin-top: 0.5em;
}
.sub_title {
	position: relative;
	padding: 15px 0 5px;
	margin: 0 0 10px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	display: block;
	font-size: 1.2rem;
	line-height: 1.1;
}
.sub_title:first-child {
	padding: 0px 0 5px;
}
.sub_title span {
	font-size: 1.13rem;
	line-height: 1.1;
	vertical-align: middle;
}
.sub_title:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #eeab09;
}
h3.info-title {
	padding: 10px 0 30px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	/*line-height: 1.1;*/
}
h3.info-title::first-letter {
	display: block;
	padding: 0.1rem 0.6rem;
	border-radius: 50%;
	font-size: 1.8rem;
	font-weight: bold;
	box-sizing: border-box;
}
h3.info-title img {
	margin-right: 20px;
	vertical-align: bottom;
}
h3.info-title02 {
	background: url("../../img/common/bg_info.png");
	background-repeat: repeat;
	padding: 16px 20px 12px;
	text-align: left;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* -------------------------------------------
 ul
------------------------------------------- */
.contents_main ul {
	display: block;
	clear: both;
	list-style: none;
	margin: 5px 0;
}
.contents_main li {
	position: relative;
	background: #ececec;
	padding: 10px 20px 10px 40px;
}
.contents_main li + li {
	margin-top: 3px;
}
.contents_main li a {
	display: block;
}
/* -------------------------------------------
 ボタン
------------------------------------------- */
a.btn_normal {
	display: block;
	position: relative;
	background: #eaa51f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
a.btn_normal img {
	vertical-align: middle;
	margin: 0 10px;
	width: auto;
	max-height: 35px;
}
a.btn_normal:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a.btn_normal:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
a.btn_normal:hover:after {
	width: 100%;
	height: 100%;
	background: #fae1b0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
}
/* -------------------------------------------
 box
------------------------------------------- */
.box {
	background-color: #310F04;
	box-shadow: 5px 5px 0 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 22px 22.5px;
	box-sizing: border-box;
	min-height: 510px;
}
.box_inner {
	padding: 15px 0 30px 0;
	background-color: #fffef7;
	border-style: solid;
	border-width: 5px;
}
.box_inner b {
	color: #0076aa;
	font-size: 1.2rem;
	font-weight: bold;
}
.img {
	width: 695px;
	margin: 0;
}
.img img {
	width: 100%;
}
.box_inner .box-img {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}
.box_inner .box-img:first-child {
	margin: 0 auto 20px;
}
/* -------------------------------------------
 色調整
------------------------------------------- */
.cont01 .box {
	background: url("../../img/common/bg_bord1.jpg") repeat #613e26
}
.cont01 .box_inner {
	border-color: #813b0a;
}
.cont01 .box_title {
	background-color: #311800;
	border-color: #813b0a;
}
.cont01 .info-title {
	color: #311800;
}
.cont01 h3.info-title::first-letter {
	background: #FFFD00;
}
.cont02 .box {
	background: url("../../img/common/bg_bord2.jpg") repeat #613e26
}
.cont02 .box_inner {
	border-color: #000a36;
}
.cont02 .box_title {
	background-color: #002c4d;
	border-color: #000a36;
}
.cont02 .info-title {
	color: #002c4d;
}
.cont02 h3.info-title::first-letter {
	background: #A5D6FF;
}
.cont03 .box {
	background: url("../../img/common/bg_bord3.jpg") repeat #613e26
}
.cont03 .box_inner {
	border-color: #813b0a;
}
.cont03 .box_title {
	background-color: #fee681;
	border-color: #813b0a;
	color: #311800;
}
.cont03 .info-title {
	color: #311800;
}
.cont03 p.txt-big::first-letter {
	background: #FFFD00;
}
.cont_tw .box {
	background: url("../../img/common/bg_bord1.jpg") repeat #613e26
}
.cont_tw .box_inner {
	border-color: #000;
}
.cont_tw .box_title {
	background-color: #000;
	border-color: #000;
	color: #FFFFFF
}
.cont_tw .info-title {
	color: #000;
}
.cont_tw p.txt-big::first-letter {
	background: #FFFD00;
}
.cont_tw .box_inner {
	padding-bottom: 0 !important
}
/* -------------------------------------------
 情報
------------------------------------------- */
.info-box {
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
p.txt-big::first-letter {
	display: block;
	padding: 0.1rem 0.5rem;
	border-radius: 50%;
	font-size: 1.6rem;
	font-weight: bold;
	box-sizing: border-box;
}
p.txtbig {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	font-family: UD Shin Go Bold;
}
/* -------------------------------------------
 tver
------------------------------------------- */
.box_inner .top_tver {
	width: 100%;
	text-align: center;
	padding: 30px 0 10px;
	/*    border-top: 5px solid #000a36;*/
}
.box_inner .top_tver img {
	margin: 0 auto;
}
.box_inner img.tver {
	width: 50%;
	margin: 0 auto;
}
/* -------------------------------------------
 別館
------------------------------------------- */
.bekkan_box {
	background: url("../../img/common/bg_bekkan.jpg") repeat;
	margin: 30px 20px 0;
	padding: 30px 20px 20px 20px;
	border-radius: 20px;
}
.dotline {
	width: 100%;
	margin-top: -40px;
}
.dotline img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.bekkan_box h4 {
	font-size: 1.6rem;
	color: #813b0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.bekkan_box h4 span {
	font-size: 1.2rem;
}
.bekkan_box .onairbox {
	width: 100%;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	padding: 0.5rem;
	background: #002c4d;
	box-sizing: border-box;
	border-radius: 10px;
}
/* -------------------------------------------
 コメント
------------------------------------------- */
.comment_box {
	width: 100%;
	position: relative;
	background-color: #fffef7;
	padding: 20px;
	border-style: solid;
	border-width: 5px;
	box-sizing: border-box;
}
.border_yellow {
	border-color: #E9CB00;
	margin-bottom: 60px;
}
.border_blue {
	border-color: #1f4855;
}
.comment_box .pop_p {
	width: 200px;
	padding: 0;
	position: absolute;
	margin-top: -65px;
	margin-left: -20px;
	z-index: 10;
	line-height: 1;
}
.comment_box div.pop_p img {
	width: 200px;
}
.comment_box .comment_info h2 {
	margin: 20px 0 10px;
	font-size: 1.7rem;
	font-weight: bold;
}
.comment_box .comment_info h2 span {
	font-size: 1.3rem;
}
.comment_box .comment_info img {
	width: 47%;
}
.floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* -------------------------------------------
 column2
------------------------------------------- */
.column2 {
	display: block;
	clear: both;
	margin: 10px auto;
}
.box_inner .column2:first-child {
	padding-top: 0;
}
.column2:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.column2-left {
	float: left;
	margin-right: 2%;
	max-width: 49%;
}
.column2-right {
	float: left;
	max-width: 49%;
}
.column2-left img, .column2-right img {
	width: 100%;
}
.phot_left_top {
	width: 320px;
	float: left;
	padding: 0 10px 10px 0;
}
/* =============================================
 contents_side
============================================= */
.contents_side {
	width: 275px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.side_title {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #eeab09;
	padding: 10px 10px 3px;
}
.side_title span {
	font-size: 1.1rem;
}
.contents_sidebana {
	width: 275px;
	height: 75px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* -------------------------------------------
 side_box
------------------------------------------- */
.side_box {
	background-color: #310F04;
	background: url("../../img/common/bg_bord4.jpg") repeat;
	box-shadow: 5px 5px 0 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 32px 10px;
	box-sizing: border-box;
}
.side_box_inner {
	padding: 10px;
	background-color: #fffef7;
}
.mgb01 {
	margin-bottom: 10px;
}
/* -------------------------------------------
 sns_share
------------------------------------------- */
.sns_share {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFF;
	/*	border: #000000 1px solid;
	margin-bottom: 20px;*/
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
.sns_share .sns_share_title {
	width: 100%;
	height: 38px;
	background: #fde275;
	font-size: 1rem;
	text-align: center;
	color: #311800;
	font-weight: bold;
	padding: 13px 0 0 0;
}
.sns_share .sns_share_inner {
	padding: 15px 80px;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.share-twitter {
	width: 38px;
	height: 38px;
	float: left;
}
.share-facebook {
	width: 38px;
	height: 38px;
	float: right;
}
.sns_share img {
	width: 38px;
	height: 38px;
}
/* -------------------------------------------
 side-sns-new
------------------------------------------- */
.sns-twitter {
	width: 251px;
	height: 36px;
	background-color: #55acee;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	padding: 12px;
	margin-bottom: 20px;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}
.sns-twitter a, .sns-twitter a:hover {
	color: #FFF;
	text-decoration: none;
}
.sns-twitter-icon {
	margin-right: 15px;
}
/* -------------------------------------------
 side-sns
------------------------------------------- */
.side-sns {
	margin: 20px 0;
}
.side-sns li {
	display: block;
	margin: 10px;
}
.side-sns li + li {
	margin-top: 3px;
}
.side-sns a {
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding: 14px 10px 13px 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	word-break: break-all;
}
.side-sns-facebook a {
	background: #3b5998 url("../../../../template/img/pc/icon_facebook_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-facebook a:hover {
	color: #3b5998;
	background: #fff url("../../../../template/img/pc/icon_facebook.png") 15px center no-repeat;
	background-size: 42px;
}
.side-sns-twitter a {
	background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-twitter a:hover {
	color: #55acee;
	background: #fff url("../../../../template/img/pc/icon_twitter.png") 15px center no-repeat;
	background-size: 42px;
}
.side-sns-line a {
	background: #00c300 url("../../../../template/img/pc/icon_line_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-line a:hover {
	color: #00c300;
	background: #fff url("../../../../template/img/pc/icon_line.png") 15px center no-repeat;
	background-size: 42px;
}
.snsbox_tw {
	width: 273px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 0 0px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	padding: 0 0 5px 0;
}
.timeline-Widget {
	border-radius: 20px !important;
}
.sns_twitter-timeline {
	width: 100%;
	height: 50px;
	background-color: #55acee;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 12px 0 0 0;
	margin: 0;
	line-height: 1.2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.sns_twitter-timeline a {
	color: #FFF;
	text-decoration: none;
}
.sns_twitter-timeline a:hover {
	color: #FFF;
	text-decoration: none;
}
/* -------------------------------------------
 side-history
------------------------------------------- */
.side-history {
	margin: 20px 0;
}
.side-history dd:last-of-type {
	margin-bottom: 40px;
}
.side-history dt {
	cursor: pointer;
	font-size: 1.5rem;
	padding-left: 20px;
	background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
.side-history dt.open {
	background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.side-history dt {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 2px dotted #ccc;
}
.side-history dt:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.side-history dd {
	display: block;
	clear: both;
	padding: 10px;
	line-height: 1.3;
}
.side-history dd:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.side-history dd a {
	display: block;
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-history dd a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.side-history dd img {
	text-align: right;
	float: right;
	margin-left: 5px;
	width: 125px;
}
.side-history dd:nth-child(2n-1) {
	background: #f1f1f1;
}
/* -------------------------------------------
 side-menu
------------------------------------------- */
.side-menu {
	display: block;
	clear: both;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #424242;
	margin-bottom: 20px;
}
.side-menu a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	display: block;
	clear: both;
	padding: 15px 15px 15px 30px;
	text-align: left;
	line-height: 1.3;
	border-top: 1px solid #676767;
	background: transparent url(../../img/common/icon_arrow.png) 15px center no-repeat;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.side-menu a:hover {
	background: transparent url(../../img/common/icon_arrow.png) 10px center no-repeat;
}
.side-menu a span {
	font-size: 0.8rem;
}
.side-menu a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-menu a:hover:after {
	width: 100%;
	height: 100%;
	background: #999;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
	zoom: 1;
}
.side-menu li:first-child a {
	border-top: 0 solid #fff;
}
/* =============================================
 pageMenu
============================================= */
.pageMenu {
	position: fixed;
	right: -305px;
	top: 10%;
}
.pageMenu-toggle {
	position: absolute;
	left: -50px;
	width: 50px;
	height: 100px;
	background: #5e5b5b;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle:hover {
	background: #999;
}
.pageMenu-toggle span {
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
	top: 48px;
	left: -2px;
	font-size: 1.13rem;
	font-family: "Arial";
}
.pageMenu-toggle:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 10px;
	width: 21px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 17px;
	width: 21px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu:before {
	content: "";
	position: absolute;
	left: -25px;
	margin-left: -10px;
	top: 24px;
	width: 21px;
	height: 2px;
	background: #fff;
	z-index: 2;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu_contents {
	width: 300px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	padding-top: 0;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-ms-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.open.pageMenu:before {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.open .pageMenu-toggle:after {
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}
.open .pageMenu-toggle:before {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
/* =============================================
 footer
============================================= */
.footer {
	display: block;
	clear: both;
}
.footer_copy {
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	/*background: url(../../img/pc/footer_bg.png) center top repeat-x #000;*/
	background: #000;
	padding: 20px 0 20px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_copy a {
	color: #fff;
	text-decoration: none;
	font-size: 0.75rem;
}
.pageTop {
	position: fixed;
	bottom: 0;
	right: 50px;
	z-index: 1000;
}
.pageTop a {
	/*display: inline-block;*/
	display: block;
	position: relative;
	bottom: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageTop a:hover {
	bottom: 10px;
	/*-webkit-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	transform: translate(0,-10px);*/
	/*animation: boundAnime 0.3s ease-out;
	transform-origin: 50% 50%;
	*/
}
@keyframes boundAnime {
	0% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	70% {
		-webkit-transform: translate(0, 3px);
		-ms-transform: translate(0, 3px);
		-o-transform: translate(0, 3px);
		transform: translate(0, 3px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
/* =============================================
 広告
============================================= */
div.header_ad {
	border-bottom: 1px solid #ccc;
}
div.ad_banner_super {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}
div.ad_banner_rectangle {
	width: 300px;
	height: 250px;
	background-color: #f9f9f9;
}
/* お詫び */
div.apology {
	border: 1px solid #666;
	background-color: #333;
	padding: 3px;
	margin-bottom: 10px;
}
/**/
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.ls-2 {
	letter-spacing: -2px;
}
#tver {
	width: 80%;
	margin: 0 auto 20px auto;
	text-align: center;
}
#tver img {
	max-width: 100%;
}
.onlyPC {
	display: block;
}
.onlySP {
	display: none !important;
}
/*  下層　*/
.archive #header {
	height: 246px;
}
.archive #header h1 {
	background: url("../../img/common/pagetop_pc.png") center bottom no-repeat;
	height: 246px;
}
.archive div.out_wrap {
	display: flex;
	height: 246px;
	align-items: center;
	justify-content: space-between;
}
div.logo {
	margin: 10px 0;
	width: 24%;
	max-width: 240px;
}
div.oa {
	/*margin:45px 0 45px 340px;*/
	width: 20%;
	max-width: 200px;
}
.archive_title {
	background-color: #fde275;
	display: block;
	width: 100%;
	padding: 10px 0;
	position: relative;
	box-sizing: border-box;
	color: #311800;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	text-align: center;
	border-style: solid;
	border-width: 4px;
	border-color: #813b0a !important;
}
.archive_title span.pop_a {
	display: block;
	width: 200px;
	padding: 0;
	position: absolute;
	margin-top: -65px;
	margin-left: -20px;
	z-index: 10;
	line-height: 1;
}
.archive_title span.pop_a img {
	width: 200px;
}
.archive h2.tit_archive {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.archive .center {
	text-align: center;
	font-size: 1.6rem;
}
.backnum_box {}
.backnum_card {
	padding: 15px 20px;
	background-color: #FFFEF7;
	margin-top: 20px;
	box-shadow: 4px 4px 0 0px rgb(0 0 0 0.5);
	border-radius: 10px;
	font-size: 1.1rem;
	font-weight: bold;
	box-sizing: border-box;
	border: 4px solid #FFFEF7;
}
a .backnum_card {
	color: #311800;
	background-color: #FFFEF7;
}
a:hover .backnum_card {
	background-color: #FFF9D2;
	border: 4px solid #311800;
}
.backnum_card dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.backnum_card dt {
	width: 28%;
	font-size: 1rem;
}
.backnum_card dd {
	width: 72%;
}
.backnum_list .bnlist {
	background: #FFF;
	/*list-style: disc;*/
	margin: 15px 0 15px 20px;
	padding: 0 10px 0;
	position: relative;
}
.backnum_list .bnlist::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #000;
	position: absolute;
	top: 50%;
	left: -17px;
	transform: translateY(-50%);
}
.backnum_list .bnlist a {
	color: #000;
}
.archive .year {
	background: #fff;
	margin: 0 5px 10px;
	border-radius: 4px;
	display: inline-block;
	border: solid 3px #a12b08;
	box-sizing: border-box;
}
.archive .year:hover {
	background: #a12b08;
}
.archive .year a {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 1.0;
}
.archive .year a:hover {
	color: #FFF;
}
.archive2021 .bn2021, .archive2022 .bn2022, .archive2023 .bn2023, .archive2024 .bn2024 {
	background: #a12b08;
}
.archive2021 .bn2021 a, .archive2022 .bn2022 a, .archive2023 .bn2023 a, .archive2024 .bn2024 a {
	color: #FFF;
}
/* =============================================
 fadein
============================================= */
img.bigger {
	transition-duration: 0.5s;
}
img.bigger:hover {
	transform: scale(1.03, 1.03);
	transition-duration: 0.5s;
}
.fadein {
	opacity: 0.1;
	transform: translate(0, 100px);
	transition: all 0.3s;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/* =============================================
 広告枠
============================================= */
.adbox_pc {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.adbox_smp {
	display: none;
}
/* =============================================
 protect
============================================= */
.protect {
	display: block;
	position: relative;
	-webkit-user-drag: none;
	user-select: none;
}
.protect::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.protect img {
	-webkit-user-drag: none;
	pointer-events: none;
}
@media print {
	.protect {
		display: none !important;
	}
}
.bekkanttl {
	display: block;
	width: 90%;
	max-width: 620px;
	margin: 20px auto;
}
.imgbekkan {
	width: 90%;
	max-width: 620px;
	margin: 20px auto;
}
a.alink {
	display: block;
	padding-top: 200px;
	margin-top: -200px;
}
.quizebox {
	margin: 0 0 20px;
	padding: 0 20px 20px;
	border-radius: 6px;
}
.bekkanttl {
	text-align: center;
	display: block;
	margin: 0 auto 20px;
}
.bekkanttl img {
	width: 100%;
	max-width: 350px;
}
/*.bnrBox バナーエリア*/
.bnrBox {
	width: 100%;
	margin: 0 auto 2em;
}

/* 見逃しバナー */
.delivery_bnr a{
	display: block;
}
.delivery_bnr a:not(:last-child){
	margin-bottom: 10px;
}
.link_box{
	margin-bottom: 20px;
}
.link_box a{
	display: block;
	margin-bottom: 10px;
}