/* サイト毎に定義するスタイル */

/* 共通
------------------------------------------------------------------------ */
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	font-family: "メイリオ","meyrio",sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	line-height: 1.6;
	color:#333333;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

body.__active{
  height: 100%;
  overflow: hidden;
}

/* リンク設定 */
a          {color: #0074af;}
a:visited	 {color: #0074af;}
a:hover		 {opacity: 0.7;}
a:focus		 {color: #0074af;}

a,a:hover,a:visited,a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {text-decoration: none;}
.btn:hover,a:hover {opacity: 0.7;}

.serif {font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
p {line-height:1.6;}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

/* レイアウト
------------------------------------------------------------------------ */
.page {}

.wrap{width: 1140px;}
.wrap--main{width: 1010px;}
.wrap,
.wrap--main {
	margin: 0 auto;
  position: relative;
  width: 100%;
}
.s .wrap,
.s .wrap--main {
	width: 100%;
	padding: 0;
  border-top:none;
}

.w195 {
    width: 195px;
    margin:0 auto;
}
.w400 {
    width: 400px;
    margin:0 auto;
}
.w435 {
    width: 435px;
    margin:0 auto;
}
.w480 {
    width: 480px;
    margin:0 auto;
}
.w481 {
    width: 481px;
    margin:0 auto;
}
.w446 {
    width: 446px;
    margin:0 auto;
}

.w500 {
    width: 500px;
    margin:0 auto;
}


/****** コンテンツ ******

/* 汎用
------------------------------------------------------------------------ */
section {
margin-bottom: 40px;
}

.s section {
margin-bottom: 20px;
}

.pl_blockB01 {
padding: 0 20px;
margin-bottom: 20px;
}

.s .pl_blockB01 {
padding: 0 10px;
margin-bottom: 20px;
}

*[class*="pl_h2Title"] {
    background: #0074af;
}

#pl_navWrap>nav[role="navigation"]>ul>li a {
    background: #0074af;
}

.pl_linkMore03.pl_linkMoreSmall>span:before {
    content: url(../img/ico_arrow_right02_small01.png);
    top: 0.6em;
    margin-top: -0.3em;
}
.pl_linkMore03>span:before {
	content: url(../img/ico_arrow_right02.png);
	top: .7em;
	left: 0;
	margin-top: -0.5em;
}

.box__ttl {
  margin: 0 auto 30px;
  text-align: center;
}
.box__ttl img {
  width: 640px;
  height: auto;
}
.s .box__ttl img {
  width: 100%;
  max-width: 640px;
}
.box__body {
  background: #fff;
  color: #333333;
}
.s .box__body {
  padding:0;
}

.pl_contentBlockA02{
  max-width: 1030px;
  margin: 0 auto;
  padding: 30px 10px 0 10px;
}
.s .pl_contentBlockA02{
  padding: 30px 0 0 0;
}

.pl_supportersBlock {
  padding:0 20px;

}
.s .pl_supportersBlock {
  padding:0 10px;
}

.tournament-image {
  max-width: 600px;
  margin: 0 auto;
}
.schedule-wrapper{
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.schedule-box ul {
  text-align: left;
}
.schedule-box ul table,
.schedule-box ul td,
.schedule-box ul th {
  border: 1px solid #595959;
	border-collapse: collapse;
}
.schedule-box ul table {
  width: 100%;
  text-align: center;
}
.schedule-box ul td {
  vertical-align: middle;
  padding: 5px;
}

.s .schedule-wrapper{width:100%; margin-left:0;}


.pl_linkListX01 {
  margin-top: 5px !important;
}
.s .pl_linkListX01 {
  margin:20px 0;
  text-align:center;
}

.box-column {
    margin:0;
    width: 100%;
}

/* .pl_contentBlockA02 section:nth-child(5) {
  text-align: -webkit-center;
} */

.box-column .-btn-detail {
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.s .box-column .-btn-detail {
    width: 100%;
    margin:0;
}

.pl_tFighters01 {
    color: #0074af;
}
.pl_h3Title02 .-table {
    display: table;
}
.pl_h3Title02 .pl_titleInner.-gamesdate {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;

}
.datebox {
    font-size:24px;
    padding-left:8px;
    text-shadow: #ccc 1px 1px 1px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.datebox.-orange {
    color: #ff7500;
}
.datebox.-green {
    color: #b0e30f;
}
.datebox.-red {
    color: #e9161d;
}
.datebox.-blue {
  color: #00a6ff;
}
.datebox.-yellow {
  color: #ffd900;
}


/* ボタン */
.pl_btnBlock01 {
  margin: 0;
  text-align: center;
}
.pl_h1Title01 {
  font-weight: normal;
}
.s .pl_h1Title01 {
  font-size:22px;
  font-size:2.2rem;
  padding:15px 10px 0 10px;
  margin-bottom:15px;
  border-bottom:none;
}
.pl_h1Title01 {
font-weight: normal;
}
.ubx_pd10x15 {
  padding: 10px 15px;
}

.-indent {
  text-indent: -1.0em;
  padding-left: 1.0em;
}

.pl_supporterTxt.-indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.pl_supporterTxt {
  padding-bottom:3px;
}
.pl_supporterTxt.-list div {
  padding-left:22px;
}


.wrapper {
  overflow:hidden;
  position: relative;
}

#GeneralPage .box {
  margin-bottom: 30px;
  position: static;
}
.s #GeneralPage .box {
  margin-bottom: 0;
  width:100%;
}

#GeneralPage .main {
  background: url(../img/bg_mainContent.gif) 0 0 repeat-y;
  padding:0;
}
.s #GeneralPage .main{
  background:none;
}
#GeneralPage .pl_btnBlock01_side>*:first-child {
  margin: 0;
}
#GeneralPage .pl_btnBlock01_side {
  text-align:center;
  margin-bottom:20px;
}
#GeneralPage .pl_btnBlock01_side a {
  width: 160px;
  padding: 10px 5px 9px;
  font-size: 1.4rem;
}
#GeneralPage .pl_btnT01_side {
  border: 1px solid #ccc;
  padding: 2px 5px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
}
#GeneralPage .pl_btnT01_side {
    display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#GeneralPage .pl_btnT01_side {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s #GeneralPage .pl_textBlock01 .pl_clmSec .pl_clmBox.pl_clmWide_1_3 {
  width: 50%!important;
}
#GeneralPage .ex_content {
  width: 1010px;
  margin: 0 auto;
}
.s #GeneralPage .ex_content {
  width: 100%;
}
#GeneralPage #pl_navWrap>nav[role="navigation"]>ul>li a.pl_active {
  background: #ccb67a;
  color: #fff!important;
}
#GeneralPage .pl_linkList01>li>a, .pl_linkList07>li>a, .pl_stepList01>li>a {
  position: relative;
  padding: 17px 25px 17px 10px;
}
#GeneralPage #pl_content .pl_linkList01 {
  margin-bottom: 40px;
  font-weight: bold;
}
#GeneralPage #pl_content .pl_linkList01>li {
  width: 100%;
}
#GeneralPage #pl_content .pl_linkList01>li {
  float: left;
  margin-right: 5px;
}

#GeneralPage .pl_linkMore02>span {
  position: relative;
  padding-right: 15px;
  font-size: 1.3rem;
  font-weight: bold;
}
#GeneralPage .pl_linkMore02>span:before {
  content: url(../img/ico_arrow_right01.png);
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}
#GeneralPage .frame-member {
  border:1px solid #937e45;
}
#GeneralPage .text-title1 {
  color:#937e45;
  padding-top:21%
}
.s #GeneralPage .text-title1 {
  padding-top:8%
}
#GeneralPage .text-title2 {
  color:#937e45;
  padding-top:30%
}
.s #GeneralPage .text-title2 {
  padding-top:8%
}
#GeneralPage .text-player {
  font-size:14px;
}
.s #GeneralPage .text-player {
  font-size:11px;
}
#GeneralPage .text-player>span {
  position: relative;
  display: block;
  padding-right: 15px;
  font-weight: bold;
}
#GeneralPage .text-player>span:before {
  content: url(../img/ico/ico_arrow_right02.png);
  top: .9em;
  right: 0;
  margin-top: -0.5em;
  display: block;
  position: absolute;
  line-height: 1;
}
#GeneralPage .text-adjust {
  width:239px;
}
.s #GeneralPage .text-adjust {
 width:75%;
}
#GeneralPage .img-adjust {
  margin-left:-79px;
}
.s #GeneralPage .img-adjust {
  margin-left:-11%;
}
#GeneralPage .bg-white {
  background:#fff;
}
#GeneralPage .bg-gray {
  background:#eee;
}
#GeneralPage .text-gold {
  color:#937e45;
}
#GeneralPage .text-blue {
  color:#0074af;
}
#GeneralPage .text-white {
  color:#fff;
}
#GeneralPage .pl_table179 tr>* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:12px 20px 12px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
#GeneralPage .pl_table179 tr:last-child {
  border-bottom:none;
}
#GeneralPage .pl_table179 td {
  font-weight: bold;
  width: 50%;
  border-right:1px solid #ccc;
}
#GeneralPage .pl_table179 td:last-child {
  border-right:none;
}
#GeneralPage .pl_table179{
  width:100%;
  background:#fff;
  font-size:1.4rem;
  line-height:1.3
}
#GeneralPage .pl_table179 a {
  display:table;
  width:100%;-webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:10px 20px 10px 10px;
  font-weight:bold;color:#000;
  position:relative
}
#GeneralPage .pl_table179 a:after {
  display:block;
  position:absolute;
  line-height:1
}
#GeneralPage .pl_table179 a:after {
  content:"";
  top:50%;
  right:-10px;
  width:10px;
  height:15px;
  margin-top:-0.5em;
  background-image:url(../img/ico_arrow_right03.png);
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:100% auto
}
#GeneralPage .pl_table179 a:after {
  width:10px
}

#GeneralPage .sns-list {
  font-size: 0;
  padding: 30px 0 20px;
  font-weight: bold;
  text-align: center;
}
.s #GeneralPage .sns-list {
  padding: 20px 0;
}

#GeneralPage .sns-list>li {
  display: inline-block;
  vertical-align: middle;
  padding:0 5px;
}

.s *[class*="pl_h2Title"] {
  background: #0074af;
  color: #fff;
}



/* SP用　リスト */
.s .pl_h2Title01 {margin-bottom: 0;}

.s .pl_linkList01, .s .pl_linkList07, .s .pl_stepList01 {
    border-top: 1px solid #ccc;
}

.s .pl_linkList01>li, .s .pl_linkList07>li, .s .pl_stepList01>li {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    width: 100%;
}

.s .pl_linkList01>li>a, .s .pl_linkList07>li>a, .s .pl_stepList01>li>a {
    position: relative;
    padding: 17px 25px 17px 10px;
}

.s .pl_linkList01>li>a, .s .pl_linkList07>li>a, .s .pl_stepList01>li>a, .s .pl_linkList01>li>span, .s .pl_linkList07>li>span, .s .pl_stepList01>li>span {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
}

.s .pl_linkList01 a, .s .pl_linkList07 a, .s .pl_stepList01 a, .s .pl_linkList05 a, .s .pl_linkList04 a {
    color: #333;
}

.s .pl_linkList01>li>a>*, .s .pl_linkList07>li>a>*, .s .pl_stepList01>li>a>*, .s .pl_linkList01>li>span>*, .s .pl_linkList07>li>span>*, .s .pl_stepList01>li>span>* {
    display: table-cell;
    vertical-align: middle;
}


.s .pl_linkList01>li>a:after, .s .pl_linkList07>li>a:after, .s .pl_stepList01>li>a:after {
    content: "";
    top: 50%;
    right: 10px;
    width: 10px;
    height: 15px;
    margin-top: -0.5em;
    background-image: url(../img/ico_arrow_right02.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.s .pl_linkList01>li>a:after, .s .pl_linkList07>li>a:after, .s .pl_stepList01>li>a:after {
    display: block;
    position: absolute;
    line-height: 1;
}

/* スライダー */
.main_gallery{
  height: 35vh;
  display: flex;
  overflow: hidden;
}
.s .main_gallery{
  height: 244.5px;
}

.slider{
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 100%;
}
.slider div{
  flex: 0 0 auto;
  width: auto;
  height: 100%;
}
.slider img{
  width: auto;
  height: 100%;
}

.main_gallery .slider.__active:nth-child(1){
  animation: roop1 60s -30s infinite linear;
}
.main_gallery .slider.__active:nth-child(2){
  animation: roop2 60s infinite linear;
}

@keyframes roop1 {
  0%{transform: translateX(100%);}
  to{transform: translateX(-100%);}
}
@keyframes roop2 {
  0%{transform: translateX(0%);}
  to{transform: translateX(-200%);}
}

/* MVテキスト */
.activity_card{
  display: flex;
  justify-content: center;
  column-gap: 40px;
  width: 100%;
}
.s .activity_card{
  flex-wrap: wrap;
}

.card_img{
  width: 25%;
  margin: auto 0;
}
.s .card_img{
  width: 40%;
  margin: 0 auto;
}

.card_img img{
  width: 100%;
}

.card_content{
  width: 75%;
}
.s .card_content{
  width: 95%;
  margin: 20px auto;
}

.card_content h3{
  font-size: 24px;
}
.s .card_content h3{
  font-size: 20px;
}

.s .underlayerTitle_02 h3{
  font-size: 15px;
}

/* タグ */
.tag{
  display: flex;
  justify-content: flex-start;
  column-gap: 6px;
  margin-top: 10px;
}
.s .tag{
  column-gap: 3px;
}

.tag_name{
  font-size: 12px;
  font-weight: bold;
  border: 2px solid;
  border-radius: 4px;
  padding: 1px 4px;
}
.s .tag_name{
  border: 1px solid;
  padding: 0 2px;
}

#tag_01{
  color: #616161;
  border-color: #dadada;
}
#tag_02{
  color: #006298;
}

.card_text{
  margin-top: 10px;
}
.card_text p{
  margin-top: 5px;
}

/* 下層ページタイトル */
.underlayerTitle{
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  width: 100%;
  padding: 15px 20px;
  align-items: center;
}
.s .underlayerTitle{
  flex-direction: column;
  gap: 20px;
}

.underlayerTitle div:first-of-type{
  width: 120px;
}
.underlayerTitle div:first-of-type img{
  width: 100%;
}
.underlayerTitle div:last-of-type{
  font-size: 28px;
}



.btnT01 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 2px 5px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 1px;
}
.btnT01>span {
  color: #333;
}
.btnBlock01 a {
  padding: 10px 5px 9px;
  font-size: 1.4rem;
}






/* 後援会top */
.mainvisual figure{
  position: relative;
  z-index: 0;
}

.pl_supportersTopMvNums{
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 460px;
}

.s .pl_supportersTopMvNums{
  top: auto;
  left: 0;
  right: 0;
  bottom: 27.1889401%;
  margin: auto;
  width: 268px;
}
.pl_supportersTopMvNumsHeader{
  font-size: 16px;
  color: #232323;
}

.s .pl_supportersTopMvNumsHeader{
  font-size: 14px;
  font-weight: bold;
  color: #232323;
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 8px rgba(36, 23, 0, .35), 0 -2px 8px rgba(36, 23, 0, .35);
  top: .5em;
}

.pl_supportersTopMvNumsHeader br{
  display: none;
}
.s .pl_supportersTopMvNumsHeader br{
  display: inline;
}
.pl_supportersTopMvNumsBody{
  font-size: 66px;
  color: #d10000;
  font-style: italic;
  text-shadow: 1px 0 4px rgba(247, 247, 247, 1);
  position: absolute;
  left: 0;
  top: 16px;
}
.s .pl_supportersTopMvNumsBody{
  font-size: 51px;
  top: 0;
  left: 50%;
  margin-left: -0.9em;
}
.pl_supportersTopMvNumsBody p{
  line-height: 1;
}
.pl_supportersTopMvNumsFooter{
  position: absolute;
  top: 24px;
  left: 130px;
}

.s .pl_supportersTopMvNumsFooter{
  top: .5em;
  left: auto;
  right: 0;
}
.pl_supportersTopMvNumsDl dt,.pl_supportersTopMvNumsDl dd{
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #232323;
  width: 106px;
  height: 25px;
  line-height: 25px;
}

.s .pl_supportersTopMvNumsDl dt,.s .pl_supportersTopMvNumsDl dd{
  font-size: 13px;
  text-align: center;
  width: 85px;
  height: 20px;
  line-height: 20px;
}
.pl_supportersTopMvNumsDl dt{
  margin-bottom: 1px;
}
.pl_supportersTopMvNumsDl dd{
  font-style: italic;
}

.pl_supportersTopMvAbout{
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  right: 45px;
  left: 45px;
  bottom: 15px;
  margin: auto;
  background-color: rgba(255, 255, 255, .95);
  padding: 14px 10px 18px 20px;
}
.s .pl_supportersTopMvAbout{
  top: auto;
  right: 34px;
  left: 34px;
  bottom: 13.8248848%;
  background-color: transparent;
  padding: 0;
}

.pl_supportersTopMvAboutHeader{
  font-size: 20px;
  font-weight: bold;
  color: #00508e;
  position: absolute;
  top: 10px;
  left: 20px;
}
.s .pl_supportersTopMvAboutHeader{
  display: none;
}
.pl_supportersTopMvAboutBody{
  font-size: 13px;
  padding-left: 216px;
}
.s .pl_supportersTopMvAboutBody{
  display: none;
}
.pl_supportersTopMvAboutBody p{
  line-height: 1.3;
}
.pl_supportersTopMvAboutFooter{
  position: absolute;
  top: 42px;
  left: 20px;
}
.s .pl_supportersTopMvAboutFooter{
  top: 0;
  left: 0;
  width: 100%;
}
.pl_supportersTopMvAboutFooter ul{
  font-size: 0;
  text-align: left;
  margin: 0 -2.5px;
}
.s .pl_supportersTopMvAboutFooter ul{
  margin: 0 -5px;
}
.pl_supportersTopMvAboutFooter ul li{
  box-sizing: border-box;
  display: inline-block;
  padding: 0 2.5px;
}
.s .pl_supportersTopMvAboutFooter ul li{
  padding: 0 5px;
  width: 50%;
}
.pl_supportersTopMvAboutFooter a{
  box-sizing: border-box;
  font-size: 12px;
  position: relative;
  display: block;
  width: 89px;
  height: 21px;
  line-height: 19px;
  border: 1px solid #00508e;
  background-color: #fff;
  padding-left: 22px;
}

.s .pl_supportersTopMvAboutFooter a{
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  height: 34px;
  line-height: 33px;
  border: 1px solid #00508e;
  background-color: #fff;
  padding-left: 0;
  padding-left: 30%;
}
.pl_supportersTopMvAboutFooter a:after{
  content: "";
  background: url(../img/ico_arrow_right05.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 9px;
}
.s .pl_supportersTopMvAboutFooter a:after{
  background: url(../img/ico_arrow_right05_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 13%;
  width: 7.5px;
  height: 13.5px;
}

.pl_supportersTopTopics{
  background: url(../img/bg_supporters_top_topics.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 30px 45px 45px;
}

.s .pl_supportersTopTopics{
  background: url(../img/bg_supporters_top_topics_sp.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 20px 18px 15px;
  border-top: 1px solid #d98900;
}
.pl_supportersTopTopicsHeader{
  position: relative;
  margin-bottom: 14px;
}
.pl_supportersTopTopicsHeader h2{
  font-size: 24px;
  color: #d98900;
  font-weight: bold;
}
.s .pl_supportersTopTopicsHeader h2{
  font-size: 18px;
}
.pl_supportersTopTopicsHeader a{
  font-size: 13px;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-right: 18px;
  line-height: 1;
  height: 13px;
}

.s .pl_supportersTopTopicsHeader a{
  font-size: 16px;
  padding-right: 15px;
  height: 16px;
}
.pl_supportersTopTopicsHeader a:after{
  content: "";
  background: url(../img/ico_arrow_right06.png) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 11px;
}
.s .pl_supportersTopTopicsHeader a:after{
  background-image: url(../img/ico_arrow_right06_sp.png)
  background-size: 100% auto;
  position: absolute;
  right: 0;
  margin: auto;
  width: 10px;
  height: 15.5px;
}

.pl_supportersTopTopicsBody{
  border-left: 3px solid #929296;
  padding: 0 0 0 10px;
  font-size: 13px;
}

.s .pl_supportersTopTopicsBody{
  border-left-width: 1px;
  padding: 0 0 0 7px;
  font-size: 16px;
}
.pl_supportersTopTopicsList li{
  border-bottom: 1px solid #929296;
  padding: 10px 0;
}
.s .pl_supportersTopTopicsList li{
  padding: 15px 0;
}
.pl_supportersTopTopicsList li:first-child, .s .pl_supportersTopTopicsList li:first-child{
  padding-top: 0;
}
.pl_supportersTopTopicsListDate{
  display: block;
}
.pl_supportersTopTopicsListBody{
  display: block;
}
.pl_supportersTopTopicsListBody a{
  color: #d98900;
  font-weight: bold;
}
.pl_supportersTopTopicsListBody .pl_iconSupportersReport{
  margin: -.25em 0 0 .5em;
}

.pl_supportersTopSupportersBody a,
.pl_supportersTopSupportersBody span{
  color: #d70234;
}

.pl_supportersTopSupportersList{
  margin: 0 -4px -8px;
  font-size: 0;
}
.s .pl_supportersTopSupportersList{
  margin: 0;
  font-size: 0;
  border-top: 1px solid #d98900;
}
.pl_supportersTopSupportersListItem{
  box-sizing: border-box;
  padding: 0 4px 8px;
  width: 33.333333%;
  display: inline-block;
}
.pl_supportersTopSupportersListItem a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pl_supportersTopSupportersListItem._district{
  width:66%;
  display: block;
}

.pl_supportersTopSupportersListItem.list_half{
  width:50%;
  display: inline-block;
  overflow: hidden;
}

.s .pl_supportersTopSupportersListItem{
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #d98900;
}
.pl_supportersTopSupportersListItem a{
  box-sizing: border-box;
  font-size: 14px;
  color: #d98900;
  display: block;
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 32px;
  border: 1px solid #d98900;
  letter-spacing: -.05em;
}
.pl_supportersTopSupportersListItem.-adapt a{
  padding:0 32px;
  letter-spacing: normal;
}
.s .pl_supportersTopSupportersListItem a{
  font-size: 16px;
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 15px 30px 15px 18px;
  border: none;
  letter-spacing: normal;
}

.s .pl_supportersTopSupportersListItem._district.list_half a{
  font-size: 13px;
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 15px 30px 15px 18px;
  border: none;
  letter-spacing: normal;
}

.pl_supportersTopSupportersListItem a:after{
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  rotate: 45deg;
  translate: 0 -50%;
}

.s .pl_supportersTopSupportersListItem a:after{
  left: auto;
  right: 10px;
}

/* 後援会検索 */
.pl_supportersDetailMv{
  background: url(../img/bg_search_detail_mv.jpg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: 25px 70px;
  border: 1px solid #cbd1d5;
}

.s .pl_supportersDetailMv{
  padding: 60px 40px;
}

.pl_supportersDetailMv img{
  width: 100%;
  height: auto;
}

.pl_supportersDetailComment{
  background: url(../img/bg_pattern_diagonal01.png) 0 0 repeat;
  border: 1px solid #e69d00;
  padding: 14px;
  margin-top: 20px;
}

.s .pl_supportersDetailComment{
  background-size: 3px auto;
  padding: 10px 15px;
  margin-top: 15px;
}

.pl_supportersDetailComment h3{
  color: #e69d00;
  font-size: 16px;
  font-weight: bold;
}

.pl_supportersDetailCommentBtnBox{
  font-size: 0;
  margin: 10px -3px 0;
}

.s .pl_supportersDetailCommentBtnBox{
  margin: 10px -4px 0;
}

.pl_supportersDetailCommentBtnItem{
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  padding: 0 3px;
}

.s .pl_supportersDetailCommentBtnItem{
  padding: 0 4px;
}

.s .pl_supportersDetailCommentBtnItem01{
  width: 40%
}
.s .pl_supportersDetailCommentBtnItem02{
  width: 60%;
}
.s .pl_supportersDetailCommentBtnItem03{
  width: 35%
}
.s .pl_supportersDetailCommentBtnItem04{
  width: 65%;
}

.pl_supportersDetailCommentBtn{
  display: block;
  color: #e69d00;
  font-size: 14px;
  font-weight: bold;
  width: 172px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e69d00;
  background-color: #fff;
  position: relative;
  padding-left: 28px;
}
.pl_supportersDetailCommentBtn.infoFanclub{
  width: 241px;
}

.pl_supportersDetailCommentBtn:visited{
  color: #e69d00;
}

.pl_supportersDetailCommentBtn:hover{
  color: #e69d00;
}

.pl_supportersDetailCommentBtn:focus{
  color: #e69d00;
}

.s .pl_supportersDetailCommentBtn{
  font-size: 14px;
  height: auto;
  line-height: 24px;
  width: 100%;
  padding-left: 20px;
  /*text-align: center;*/
}

.s .pl_supportersDetailCommentBtn:visited{
  color: #e69d00;
}

.s .pl_supportersDetailCommentBtn:hover{
  color: #e69d00;
}

.s .pl_supportersDetailCommentBtn:focus{
  color: #e69d00;
}

.pl_supportersDetailCommentBtn:before{
  content: "";
  display: block;
  background: url(../img/ico_arrow_right04.png) 50% 50% no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  margin: auto;
}

.s .pl_supportersDetailCommentBtn:before{
  background: url(../img/ico_arrow_right04_sp.png) 50% 50% no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 11px;
  left: 2%;
}

.pl_supportersDetailActivity{
  background: url(../img/bg_pattern_diagonal02.png) 0 0 repeat;
  border: 1px solid #00508e;
  padding: 14px;
  margin-top: 20px;
}

.s .pl_supportersDetailActivity{
  background-size: 3px auto;
  padding: 10px 15px;
  margin-top: 15px;
}
.pl_supportersDetailActivity h3{
  color: #00508e;
  font-size: 16px;
  font-weight: bold;
}

.pl_supportersDetailActivityList p{
  float: left;
}
.s .pl_supportersDetailActivityList p{
  float: none;
}
.pl_supportersDetailActivityList p:first-child{
  width: 90px;
}
.s .pl_supportersDetailActivityList p:first-child{
  width: 100%;
}

.pl_iconSupportersReport, .pl_iconSupportersDetailReport{
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  width: 65px;
  height: 16px;
  border-radius: 8px;
  background-color: #bf0a0a;
  text-align: center;
  line-height: 16px;
  margin-left: 7px;
}
.s .pl_iconSupportersReport, .s .pl_iconSupportersDetailReport{
  width: 54px;
  height: 14px;
  border-radius: 7px;
}
.pl_iconSupportersReport:after, .pl_iconSupportersDetailReport:after{
  content: "REPORT";
}

.pl_iconSupportersReport, .pl_iconSupportersDetailReport.notice{
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  width: 65px;
  height: 16px;
  border-radius: 8px;
  background-color: #0a9fbf;
  text-align: center;
  line-height: 16px;
  margin-left: 7px;
}
.s .pl_iconSupportersReport, .s .pl_iconSupportersDetailReport.notice{
  width: 54px;
  height: 14px;
  border-radius: 7px;
}
.pl_iconSupportersReport:after, .pl_iconSupportersDetailReport.notice:after{
  content: "NOTICE";
}

.pl_supportersDetailAreaMap{
  margin-top: 28px;
}
.s .pl_supportersDetailAreaMap{
  margin-top: 20px;
}
.pl_supportersDetailAreaMap figcaption{
  margin: 10px 0 0;
}
.pl_supportersDetailAreaMap figcaption p{}
.pl_supportersDetailAreaHead span{
  display: inline-block;
  vertical-align: middle;
  background-color: #0074af;
  font-size: 0;
  line-height: 1;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.pl_supportersDetailAreaBranch span{
  display: inline-block;
  vertical-align: middle;
  background-color: #c8b78c;
  font-size: 0;
  line-height: 1;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.s .pl_supportersDetailAreaBranch span{
  width: 12px;
  height: 12px;
}

.pl_supportersDetailGrid{
  margin: 0 -20px;
}

.s .pl_supportersDetailGrid{
  margin: 0;
}

.pl_supportersDetailGridItem{
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px;
  float: left;
}

.s .pl_supportersDetailGridItem{
  width: 100%;
  padding: 0;
  float: none;
}

.pl_supportersDetailFooter{
  margin: 30px auto 0;
  padding: 10px 10px 0;
  text-align: right;
  max-width: 1030px;
}

.pl_supportersDetailFooter a{
  color: #262626;
}
.pl_supportersDetailFooter a:hover{
  color: #262626;
}

.pl_supportersDetailFooter a:visited{
  color: #262626;
}

.s .pl_supportersDetailFooter{
  margin: 28px auto 0;
  border-top: none;
  padding: 0 0 40px;
  text-align: center;
}

.pl_supportersDetailToHome{
  font-size: 14px;
  line-height: 1;
}

.s .pl_supportersDetailToHome{
  font-size: 12px;
  background: #fff;
  display: block;
  margin: 0 20px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, .8);
  height: 45px;
  line-height: 45px;
  color: #333;
  border: 2px solid #ccc;
  border-radius: 2px;
  font-weight: bold;
}
.pl_supportersDetailToHome:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_circle_arrow01.png) 50% 50% no-repeat;
  width: 15px;
  height: 15px;
  margin: -.25em 5px 0 0;
}

.s .pl_supportersDetailToHome:before{
  display: none;
}

.pl_supportersArea {
	list-style: none;
	padding: 0;
  width:66%;
  display: block;
  border-top: 1px solid #d98900;
  border-bottom: 1px solid #d98900;
  border-left: 1px solid #d98900;
  border-right: 1px solid #d98900;
  letter-spacing: -.05em;
  margin-bottom:10px
}

.s .pl_supportersArea {
  width:100%;
	height: auto;
	overflow: visible;
  padding-left:0;
  padding-right:0;
  margin-bottom:0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 18px;
}

.s .pl_supportersArea.-last {
  border-bottom: 1px solid #d98900;
}

.pl_supportersArea .-text {
  float:left;
  width:81%;
  color: #d98900;
}
.s .pl_supportersArea .-text {
  width:100%;
}

.pl_supportersArea .-area {
  float:right;
  color: #d98900;
}
.s .pl_supportersArea .-area {
  float:left;
  width:100%;
  font-size: 14px;
}

/* テーブル */
table {
	text-align: left;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.pl_supportersTable {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 1.3rem;
	line-height: 1.3;
}

.pl_supportersTable tr>* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.s .pl_supportersTable tr>* {
	padding: 10px;
}

.pl_supportersTable th {
	width: 20%;
	text-align: left;
	background: #eee;
	font-weight: bold;
}

.s .pl_supportersTable th {
	width: 100%;
	display: block;
	text-align: left;
}

.s .pl_supportersTable td {
	width: 100%;
	display: block;
	text-align: left;
}



/* ----- parts ----- */
.notesList > li {
  padding-inline-start: 1em;
  text-indent: -1em;
}
.notesList > li::before {
  content: '※';
  color: #ff0000;
}