@charset "utf-8";
/* CSS Document */

/******************************************************************************************

	<campaign.css>

*******************************************************************************************/

#MYPAGE-WRAPPER h1 { margin:0; padding:0;}

img.mv {
    vertical-align: top;
    max-width: 100%;
}

#PAGE { clear:both; }


/*==========================================================================================

	// キャンペーン用CSSこちらに記述してください

==========================================================================================*/


.xs_pc_pb {
	padding-bottom:1em;
}


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

.xs_pc_pb {
	padding-bottom:0;
}

.socialBtn {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

}
@media screen and (max-width: 420px){
.socialBtn {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
}

.xs_bold{ font-weight:bold;}
.xs_red { color:red;}

 .xs_maintitle{
 font-size: 21px;
 color: #ff1493;
 text-align: center;
 margin: 40px 0 0;
 }


/* XS 2018.09.21追記 */
.xs_clear { clear:both; }
/* ボタンhover */
.xs_officialBtn:hover {
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
}

.xs_otherCP     { display:flex; flex-wrap:wrap; }
.xs_otherCP a   { width:33.3%; }
.xs_otherCP img { width:100%; }

/* 20201027追加 */
.xs_copy { text-align:center; }















/*==========================================================================================

	// 固定パーツ

==========================================================================================*/
body { background-color: #e5e5e5; }
footer { margin: 42px 0; }
#sb-site { background-color: #ffffff; }
#sb-site header#hide_title {
	border-bottom: none;
	margin: 0 0 24px;
	padding: 4px 30px;
	background-color: #000000;
}
/* 見出し */
.headTitle01 {
	background: url(headTitle01_bg.png) no-repeat 0 50%;
	padding-left: 20px;
	font-size: 22px;
}
.headTitle02 {
	font-size: 18px;
	border-bottom: solid 1px #b60081;
}
.headTitle03 {
	margin-left: 10px;
	background: url(headTitle03_bg.png) no-repeat 0 50%;
	padding-left: 14px;
	font-size: 16px;
}

/* 動画 */
.movieWrapper {
	text-align: center;
	background: url(../images/moovie_bg.png);
	padding: 20px 0;
}
.movieWrapper iframe {
	max-width: 560px;
}
.movieWrapper p {
	max-width: 560px;
	text-align: left;
	margin: 0 auto;
	font-size:80%;
	color:#666;
}


/* 仕切り線 */
hr {
	border-top: solid 1px #adadad;
	margin: 48px 0 32px;
	padding: 0;
}

/* 背景色グレー */
.glayBG {
	background-color: #E6E6E6;
	padding: 20px 4px;
}

/* テキストボックス */
.text {
	padding: 16px 10px;
}

/* 画像右寄せ */
.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 50px;
}
/* 画像左寄せ */
.imgLeft {
	float: left;
	margin-right: 14px;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
.imgRight,
.imgLeft {
	float: none;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
}

/* 強調文字色付き */
.cRed { color: #ff0060; }

/* テーブル1 */
.tableList01 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0;
}
.tableList01 tr:nth-child(odd) {
	background-color: #ffffff;
}
.tableList01 tr:nth-child(even) {
	background-color: #ffffff;
}
.tableList01 td, .tableList01 th {
	border: 1px solid #cccccc;
	padding: 10px;
	padding-left: 2%;
	color: #474746;
}
.tableList01 th {
	width:24%;
	background-color:#f5f4ed;
	text-align: center;
	vertical-align: middle;
}
.tableList01 td {
	width:76%;
}
@media screen and (max-width: 480px){
	.tableList01 th, .tableList01 td {
		display: block;
		width: 100%;
	}
	.tableList01 td {
		border-top: none;
		border-bottom: none;
		padding-bottom: 12px;
	}
	.tableList01 tr:last-child td {
		border-bottom: 1px solid #cccccc;
	}
}
/* テーブル2 */
.tableList02 {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0;
}
.tableList02 tr:nth-child(odd) {
	background-color: #ffffff;
}
.tableList02 tr:nth-child(even) {
	background-color: #ffffff;
}
.tableList02 td, .tableList02 th {
	border: 1px solid #cccccc;
	padding: 10px;
	padding-left: 2%;
	color: #474746;
}
.tableList02 th {
	width: auto;
	background-color:#f5f4ed;
	text-align: center;
	vertical-align: middle;
}
.tableList02 td {
	width: auto;
	height: 40px;
}

/* アンカーリンク */
.ankerDown:before {
	content: "▼ ";
	text-decoration: none;
}
.ankerUp:before {
	content: "▲ ";
	text-decoration: none;
}

/* リスト *
li { padding: 2px 0; }
/* リストマーク */
.c-disc {/*黒丸*/
	list-style-type: disc !important;
	margin-left: 20px;
}
.c-decimal {/*数字*/
	list-style-type: decimal !important;
	margin-left: 22px;
}
/* 見出し付きリスト */
.dlList01 {
}
.dlList01 dt,.dlList01 dd {
	display: table-cell;
}
@media screen and (max-width: 540px){
	.dlList01 dt,.dlList01 dd {
		display: block;
	}
}
.dlList02 dt {
	margin-top: 16px;
}
.dlList02 dt:first-child {
	margin-top: 0;
}
dt {
	font-weight: bold;
}

/* 応募不可ボタン */
.disableBtn {
	display: inline-block;
	width: 400px;
	height: 60px;
	color: #dcdcdc;
	border: solid 1px #898989;
	border-radius: 4px;
	background: #9f9f9f;
	line-height: 60px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media screen and (max-width: 420px){
	.disableBtn {
		width: 100%;
		height: 48px;
		line-height: 48px;
	}
}

/* ソーシャルボタン */
.socialBtn {
	max-width: 870px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
.socialBtn li{
	float: left;
	margin-right: 6px;
	line-height: 0.1em;
}




















