/*==================================
下層メインビジュアル
==================================*/
#ContMainSlider {
overflow: hidden;
position: relative;
height: 200px;
z-index: 0;
}

/* ページタイトル全体 */
#ContMainSlider .ContMainTitle {
position: absolute;
height: 100%;
width: 70%;
z-index: 2;
top:0;
left: 0;
}

/* ページタイトルの背景 */
#ContMainSlider .ContMainTitleBG {
position: absolute;
height: 100%;
width: 70%;
z-index: 1;
top:0;
left: 0;
mix-blend-mode: multiply;
}

/* ページタイトルの文字 */
#ContMainSlider h2 {
position: absolute;
top:50%;
left: 30px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #FFF;
font-size: 1.6em;
line-height: 1.7;
}

#ContMainSlider h2 strong {
font-weight: 400;
display: inline-block;
border-bottom: 1px solid #FFF;
padding-right: 3em;
}

#ContMainSlider h2 span {
display: block;
font-size: 0.5em;
padding-top: 10px;
}

/* ページタイトル下部の飾り */
.ContMainSliderBottom {
position: absolute;
bottom:0;
left: 0;
width: 100%;
z-index: 10;
}

.ContMainSliderBottom img {
height: 20px;
width: 100%;
display: block;
}

@media screen and (max-width: 750px) {
#ContMainSlider {
height: 150px;
font-size: 0.8em;
}
#ContMainSlider h2 {
left: 20px;
width: 100%;
}
#ContMainSlider h2 strong {
padding-right: 0;
}
.ContMainSliderBottom img {
height: 10px;
}
}

/*==================================
下層ページコンテンツ共通
==================================*/
#MainContWrapper {
overflow: hidden;
position: relative;
padding: 20px;
padding-left: 0;
padding-right: 0;
clear: both;
}

#PageCategoryWrapper {
border-top: 1px solid #222;
border-bottom: 1px solid #222;
position: relative;
}

#PageCategoryWrapper ul {
padding-left: 10px;
padding-right: 10px;
	display: flex;
	justify-content: space-between;
}

#PageCategoryWrapper ul.no_flex {
	justify-content: flex-start;
}

#PageCategoryWrapper li {
display: inline-block;
}

#PageCategoryWrapper .no_flex li {
	padding-left: 15px;
	padding-right: 15px;
}

#PageCategoryWrapper li.categorySelect a {
position: relative;
padding-left: 5px;
cursor: pointer;
}

#PageCategoryWrapper li.categorySelect.open a {
}

#PageCategoryWrapper li.selectHeader {
display: none;
}

#PageCategoryWrapper li a {
display: block;
text-align: center;
padding-top: 15px;
/*
padding-left: 20px;
padding-right: 20px;
*/
padding-bottom: 13px;
line-height: 2em;
font-size: 1.1vw;
color: #666;
text-decoration: none;
border-bottom: 3px solid #FFF;
}

#PageCategoryWrapper li a:hover {
border-bottom: 3px solid  #CCC;
color: #222;
}

#PageCategoryWrapper li.select a {
border-bottom: 3px solid #2979A4;
color: #222;
}

#PageCategoryWrapper form {
position: absolute;
right: 10px;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

@media screen and (max-width: 1040px) {
#PageCategoryWrapper {
margin-left: 20px;
margin-right: 20px;
}
}

@media screen and (min-width: 1000px) {
#PageCategoryWrapper li a {
font-size: 14px;
}
}

@media screen and (max-width: 800px) {
#PageCategoryWrapper {
height: 60px;
margin-left: 20px;
margin-right: 20px;
}

#PageCategoryWrapper i {
padding-left: 10px;
position: relative;
top:2px;
}

#PageCategoryWrapper form {
background: #F1F1F1;
border: 1px solid #CCC;
border-radius: 3px;
}

#PageCategoryWrapper form#pageCategory {
width: 49%;
box-sizing: border-box;
position: absolute;
left: 0;
right: inherit;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#PageCategoryWrapper form#pageMonthly {
width: 49%;
box-sizing: border-box;
position: absolute;
right: 0;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

#PageCategoryWrapper select {
margin: 0;
padding: 0;
border: 0;
font-size: 0.8em;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 10px;
padding-left: 0;
padding-right:0;
box-sizing: border-box;
width: 85%;
}
}

/* ページ上部でカテゴリを選択する場合 */
#concertCategoryWrapper.PageCategory {
padding-left: 20px;
padding-right: 20px;
max-width: 1000px;
margin: auto;
position: relative;
}

#concertCategoryWrapper.PageCategory #PageCategoryWrapper {
margin-left: 0;
margin-right: 0;
}


/* ページ切り替え帯 */
#PageNateWrapper {
clear: both;
background: #F1F1F1;
padding: 20px;
box-sizing: border-box;
text-align: center;
font-size: 0.85em;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 800px) {
#PageNateWrapper {
padding-left: 10px;
padding-right: 10px;
font-size: 0.8em;
}
}

#PageNateWrapper span.current_page,
#PageNateWrapper a:hover {
background: #0071BC;
display: inline-block;
padding: 7px;
padding-left: 10px;
padding-right: 10px;
color: #FFF;
border-radius: 3px;
box-shadow: 0 2px 0 rgba(0,113,118,0.3);
margin: 3px;
}

#PageNateWrapper a {
background: #AFAFAF;
display: inline-block;
padding: 7px;
padding-left: 10px;
padding-right: 10px;
color: #FFF;
border-radius: 3px;
box-shadow: 0 2px 0 rgba(0,0,0,0.1);
text-decoration: none;
margin: 3px;
}

#PageNateWrapper span a {
background: #808080;
}

#PageNateWrapper .link_prev i {
padding-right: 5px;
}

#PageNateWrapper .link_next i {
padding-left: 5px;
}

/* 記事一覧に戻る */
#PageNateWrapper .link_home {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}

@media screen and (max-width: 800px) {
#PageNateWrapper .link_home {
padding-left: 5px;
padding-right: 5px;
}
}

#PageNateWrapper .link_home a {
background: #0071BC;
}

#PageNateWrapper .link_home a i {
padding-right: 5px;
}

/* サブカテゴリ */
.subCategory {
background: #EEE;
padding: 10px;
text-align: center;
border-bottom: 1px solid #222;
overflow: hidden;
}

.subCategory div {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}

.subCategory a {
color: #333;
font-size: 0.8rem;
text-decoration: none;
}

.subCategory a i {
padding-right: 5px;
}

@media screen and (max-width: 800px) {
.subCategory {
padding-bottom: 5px;
}
.subCategory div {
display: block;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
width: 50%;
box-sizing: border-box;
text-align: left;
float: left;
}

}

/*==================================
文字中心のコンテンツの基本設定
==================================*/
.SP {display: none}

.ContBox {
padding-top: 40px;
padding-bottom: 40px;
overflow: hidden;
position: relative;
font-weight: 300;
}

@media screen and (max-width: 1200px) {
.ContBox {
padding-left: 20px;
padding-right: 20px;
}
}

.ContBox.bgGrey {
background: #F1F1F1;
}

.ContBox p {
font-size: 0.85rem;
line-height: 1.85;
font-weight: 300;
text-align: justify;
text-justify: inter-ideograph;
}

.ContBox p strong {
font-weight: 700;
}

.ContBox p.Lead {
font-size: 0.95rem;
}

.ContBox p.txtMb1em {
margin-bottom: 1em;
}

.ContBox a i.fa-external-link {
padding-left: 5px;
opacity: 0.5;
}

.ContBox a i.fa-chevron-circle-right {
padding-right: 3px;
padding-left: 3px;
color: #2979A5;
}

.ContBox strong.redText {
color: red;
font-weight: 700;
}

/* 見出し */
.ContBox h2 {
font-size: 1.2rem;
font-weight: 600;
line-height: 1.3;
padding-bottom: 30px;
}

.ContBox h2 div {
border-bottom: 1px solid #222;
width: 30px;
padding-top: 1rem;
}

.ContBox h2 span {
display: inline-block;
font-weight: 400;
padding-left: 10px;
font-size: 0.85rem;
}

@media screen and (max-width: 800px) {
.SP {display: block;}
.PC {display: none;}
}

@media screen and (max-width: 700px) {
.ContBox h2 span {
display: block;
padding-left: 0;
font-size: 0.85rem;
padding-top: 5px;
}
}

/* 他ページへのリンク */
.ContBox .MoreBtn {
width: 80%;
margin: auto;
padding: 10px;
max-width: 300px;
text-align: center;
}

.ContBox .MoreBtn a {
display: block;
background: #000;
color: #FFF;
text-decoration: none;
padding: 10px;
box-shadow: 0 2px 0 rgba(0,0,0,0.3);
border-radius: 3px;
font-size: 0.85em;
}

.ContBox .MoreBtn a:hover {
background: #0071BC;
}

.ContBox .MoreBtn a i.fa-caret-right {
padding-left: 5px;
}

/* テーブルスタイル（グレー） */
.tableGrey table {
font-size: 0.85rem;
line-height: 1.6;
border-collapse: separate;
border-spacing:1px;
width: 100%;
}

.tableGrey caption {
font-size: 1rem;
font-weight: 700;
display: block;
margin-bottom: 10px;
margin-top: 20px;
border-left: 5px solid #0071BC;;
padding-left: 10px;
}

.tableGrey th {
background: #E3E3E3;
font-weight: 400;
padding: 10px;
text-align: left;
width: 20%;
max-width: 300px;
}

.tableGrey.otherForm th {
width: 30%;
}

.tableGrey td {
background: #F1F1F1;
padding: 10px;
}

.tableGrey td p {
font-size: 1em;
padding-bottom: 10px;
}

.tableGrey td p strong {
font-weight: 700;
}

.tableGrey i.fa-caret-right {
padding-right: 5px;
}

@media screen and (max-width: 750px) {
.tableGrey th {
box-sizing: border-box;
width: 100%;
display: block;
font-weight: 700;
max-width: 100%;
}

.tableGrey.otherForm th {
width: 100%;
}

.tableGrey td {
box-sizing: border-box;
width: 100%;
display: block;
}
}

.tableGrey a {
color: #222;
}

.tableGrey  h4 {
font-weight: 700;
clear: both;
}

.tableGrey dl {
clear: both;
overflow: hidden;
padding-bottom: 5px;
}

.tableGrey dt {
width: 50px;
float: left;
}

/* テーブルスタイル（罫線のみ） */
.tableBorder table {
font-size: 0.85rem;
line-height: 1.6;
width: 100%;
box-sizing: border-box;
border-collapse:collapse;
border-spacing:0px;
border-top: 1px solid #CCC;
}

.tableBorder  th {
font-weight: 400;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
width: 25%;
max-width: 400px;
border-bottom: 1px solid #CCC;
vertical-align: top;
}

.tableBorder td {
padding: 10px;
border-bottom: 1px solid #CCC;
background: #FFF;
}

.tableBorder i.fa-caret-right {
padding-right: 10px;
}

.tableBorder a {
color: #222;
}

.tableBorder a:hover {
text-decoration: none;
}

.tableBorder.dottedTH tr {
background: url(../img/h_dotted.png) repeat-x left 1.5em;
}

.tableBorder.dottedTH tr.borderCenter {
background: url(../img/h_dotted.png) repeat-x left center;
}

.tableBorder.dottedTH .borderCenter th {
vertical-align: middle;
}

.tableBorder th em {
background: #FFF;
padding-right: 10px;
}

.tableBorder span.listDisc {
display: inline-block;
padding-right: 5px;
color: #2979A5;
}

.tableBorder strong {
font-weight: 700;
}

.tableBorder address {
display: inline-block;
font-size: 1rem;
}

.tableBorder a img {
display: block;
height: 30px;
}

@media screen and (max-width: 750px) {
.tableBorder  th {
box-sizing: border-box;
width: 100%;
display: block;
font-weight: 700;
max-width: 100%;
border-bottom: 1px dotted #CCC;
background: #FAFAFA;
padding-left: 10px;
}

.tableBorder td {
box-sizing: border-box;
width: 100%;
display: block;
}
}

/* テーブルスタイル（料金表） */
.tablePay {
padding-top: 10px;
}

@media screen and (max-width: 750px) {
	.scr_table {
		overflow-x: scroll;
		position: relative;
	}
	.scr_table.-w500 table {
		min-width: 500px;
	}
	.scr_table.-w600 table {
		min-width: 600px;
	}
	.scr_table.-w700 table {
		min-width: 700px;
	}
	.scr_table.-w800 table {
		min-width: 800px;
	}
	.scr_table.-w900 table {
		min-width: 900px;
	}
	.scr_table.-w1000 table {
		min-width: 1000px;
	}
	.scr_table::after {
		content: "※ 表を横にスクロールしてご覧いただけます";
		font-size: 12px;
		font-weight: 700;
		display: block;
		padding-top: 5px;
	}
}

.tablePay table {
font-size: 0.85rem;
line-height: 1.6;
width: 100%;
box-sizing: border-box;
border-collapse:collapse;
border-spacing:0;
}

.tablePay th {
font-weight: 400;
padding-top: 7px;
padding-bottom: 7px;
background: #F1F1F1;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
}

.tablePay td {
padding: 10px;
border-bottom: 1px solid #CCC;
background: #FFF;
text-align: center;
border-bottom: 1px solid #CCC;
}

.tablePay p.smallCaption {
padding-top: 10px;
font-size: 0.7rem;
}

/* グレーの囲み */
.kakomiGrey {
background: #F1F1F1;
padding: 10px;
}


/* 区切り線 */
.separator {
border-bottom: 1px solid #EFEFEF;
padding-top: 20px;
padding-bottom: 20px;
clear: both;
}

/* スペーサー */
.spacer20 {
height: 20px;
clear: both;
}

.spacer40 {
height: 40px;
clear: both;
}

/* マージンセット */
.mb30 {
	margin-bottom: 30px;
}

/* PDFリンク */
.ContBox li.PDFlink {
padding: 0;
}

.ContBox .PDFlink a {
color: #222;
line-height: 1.5;
font-size: 0.85rem;
background: url(../img/PDFicon.png) no-repeat right center;
background-size: 1.6rem;
padding-right: 1.9rem;
}

.ContBox .PDFlink a i {
padding-right: 5px;
}

.ContBox .PDFlink a:hover {
color: rgba(217,0,3,1.00);
}

/* ※のリストテキスト */
p.listText {
padding-left: 1.2em;
text-indent: -1.2em;
padding-top: 10px;
}

/* youTube埋め込み */
@media screen and (max-width: 800px) {
.ssoMV iframe {
width: 100%;
height: 250px;
}
}

/*==================================
下層ピックアップ
==================================*/
#PickUpWrapper {
background: #FFF;
}

/*==================================
下層最新情報
==================================*/
#NewsListWrapper {
background: #E3E3DC;
}

#NewsListWrapper a {
color: #222;
text-decoration: none;
}

#NewsListWrapper {
padding: 20px;
padding-top: 40px;
padding-bottom: 40px;
position: relative;
}

#NewsListWrapper h2 {
font-size: 1em;
font-weight: 700;
line-height: 1.3;
}

#NewsListWrapper h2 div {
border-bottom: 1px solid #222;
width: 30px;
padding-top: 1em;
}

#NewsListWrapper .ListMorebtn {
position: absolute;
right: 0;
top:0;
}

#NewsListWrapper .ListMorebtn a {
color: #666;
font-size: 0.7em;
text-decoration: none;
border-bottom: 1px solid #666;
padding-bottom: 2px;
}

#NewsListWrapper .ListMorebtn a:hover {
color: #222;
border-bottom: 1px solid #222;
}

.NewsListBox {
box-sizing: border-box;
padding-top: 20px;
font-size: 0.8em;
overflow: hidden;
line-height: 1.5;
}

.NewsListBox dt {
width: 100px;
float: left;
}

.NewsListBox dd {
margin-left: 100px;
}

@media screen and (max-width: 750px) {
.NewsListBox dt {
width: auto;
float: none;
font-size: 0.85em;
}
.NewsListBox dd {
margin-left: 0;
font-size: 0.9em;
}
.NewsListBox dd h3 {
font-weight: 700;
}
}

.NewsListBox a:hover dd {
text-decoration: underline;
}

/* 注意書き */
.ContBox.LastCaption {
	padding-bottom: 0;
}

.ContBox .kome_list ul {
		list-style: none;
}

#RegularWrapper .ContBox .kome_list li {
		list-style: none;
	text-indent: -1.3em;
}

.ContBox .kome_list li::before {
	content: "※";
	padding-right: 4px;
}

/* 変更案内 */
.henkou_annai {
	border-bottom: 2px solid #1E5C80;
	padding-bottom: 0.6em;
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.6;
	font-weight: 700;
}

@media screen and (max-width: 750px) {
.henkou_annai {
	font-size: 0.85em;
}
}