/***** fanclub01 - 会員入会のご案内 *****/
/***** fanclub03 - 会員プラン *****/
/***** fanclub04 - 入会特典 *****/
/***** fanclub05 - 入会方法 *****/

h2.ttl01{
	font-size: 180% !important;
	padding: 10px 16px 12px;
	margin-bottom: 30px !important;
}

h3.title{
	background: #FFF000;
	font-size: 124%;
	font-weight: bold;
	border: 3px solid #E40072;
	padding: 10px 10px 12px;
	color: #000;
	margin-bottom: 15px;
	position: relative;
	overflow: visible;
}

h3.titleNew{
	background: #000;
	font-size: 124%;
	font-weight: bold;
	padding: 10px 10px 12px 90px;
	color: #FFF;
	margin-bottom: 15px;
	position: relative;
	overflow: visible;
}

h3.title02{
	background: #B0161C;
	font-size: 124%;
	font-weight: bold;
	padding: 10px 12px 12px;
	color: #FFF;
	margin-bottom: 15px;
	position: relative;
	overflow: visible;
}

h3.titleNew .new:before{
	content: "";
	position: absolute;
	top: -20px;
	left: -48px;
	background-image: url(/v=1557305550/files/user/_/common/images/fanclub_img/2019/new.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 129px;
	height: 85px;
}
.section{
	overflow: visible !important;
}
.lead{
	font-size: 139%;
	font-weight: bold;
	margin-bottom: 15px;
}

#fanclub05 .txtarea{
	margin-bottom: 60px;
	clear: both;
}

#fanclub0501 .txtarea{

}

#fanclub0403 .text01{
	margin-bottom: 30px;
	text-align: center;
}
#fanclub0403 .text02{
	font-size: 139%;
	text-align: center;
}

#fanclub0502 .btnList{
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

#fanclub0502 .btnList ul{
	float: left;
	position: relative;
	left: 50%;
}

#fanclub0502 .btnList li{
	float: left;
	position: relative;
	left: -50%;
}

#fanclub0503 .txtarea .fax01{
	font-size: 139%;
}
#fanclub0503 .txtarea .fax02{
	font-size: 180%;
}

#fanclub05 .txtarea .ttl{
	color: #E40072;
	font-weight: bold;
	margin-bottom: 15px;
}

#fanclub05 .txtarea .text{
	margin-bottom: 15px;
}

#fanclub05 .txtarea .method{
	display: inline-block;
	margin-bottom: 15px;
	border: 1px solid #E40072;
	padding: 10px;
	color: #E40072;
	font-weight: bold;
}

#fanclub05 .buttonArea{
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	margin-bottom: 30px;
}

#fanclub05 .buttonArea a{
	display: block;
	padding: 10px 10px 12px;
	background: #E40072;
	color: #FFF;
	text-align: center;
	font-size: 124%;
	font-weight: bold;
}

#fanclub05 .buttonArea span{
	padding: 3px;
	margin-right: 5px;
	background: #FFF;
	color: #E40072;
}

#fanclub05 .buttonArea ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
}

#fanclub05 .buttonArea ul li.last-child{
	margin-right: 0%;
}

@media screen and (min-width:1024px) {
#fanclub05 .txtarea{
}

#fanclub0501 .txtarea{

}

#fanclub0502 .txtarea{

}

#fanclub0503 .txtarea{

}
}

/***** fanclub06 - 入会申込期限 *****/

#fanclub06 h3.ttl {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#fanclub06 .deadline {
  margin-bottom: 1em;
  padding: 10px 10px 12px;
  background: #FFF000;
  overflow: hidden;
  position: relative;
}
#fanclub06 .deadline ul {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  left: 50%;
}
#fanclub06 .deadline ul li {
  float: left;
  position: relative;
  left: -50%;
}
#fanclub06 .deadline ul li.txt01 {
  color: #E40073;
  font-weight: bold;
  font-size: 139%;
  padding-top: 5px;
  padding-right: 5px;
}
#fanclub06 .deadline ul li.txt02 {
  color: #E40073;
  font-weight: bold;
  font-size: 180%;
}


/***** fanclub07 - ファンクラブに関するお問い合わせ *****/


.listCircle li{
	margin-bottom: 5px;
}

/***** 20220606 追加 *****/
@media screen and (max-width: 768px) {
	.cke_editable .c-yt_box iframe {
      width: 100%;
    }
    .c-yt_box {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
    }
    .c-yt_box iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
    }
}