@charset "UTF-8";
.mv{
	
}
.mvArea{
	position: relative;
	background-color: #000;
}
.mv p.tx{
	font-size: 1.8rem;
	line-height: 1.8;
	padding-top: .2em;

}
.mv p.play{
	position: absolute;
	width: 13%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mv p.play img{
	width: 100%;
	height: auto;
}
a img:hover{
	opacity:0.7;
	transition:0.3s;
}
br.sp {
		display: none;
	}
/*-----------------------------------------------
	main
-----------------------------------------------*/
.topMain{
	
}
.topMainArea{
	max-width: 1300px;
	margin: 0 auto;
	width: 94%;
	
}
.topMain h2 img{
	width: 100%;
	height: auto;
}
.topMain h2 img.spim{
	display: none;
}
/*-----------------------------------------------
	top
-----------------------------------------------*/
.top_first{
	width:100%;
	overflow:hidden;
	background-color:#000;
	background-image: url("../img/main.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.top_first p.topCopy{
	text-align: right;
	font-size: 13px;
}
.topArea_first{
	position:relative;
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	padding: 8em 0 1em;
}

.topArea_first h3 img{
	width: 100%;
	height: auto;
}
.topArea_first h3{
	margin: 0 auto 8em;
	max-width: 600px;
	width: 60%;
}
.topArea_first p.com{
	width: 84%;
	margin: 0 auto 15em;
}
.topArea_first p.com img{
	width: 100%;
	height: auto;
}
.top_first .logoArea{
	padding-bottom: 3em;
}
.top_first ul.reds-logoTop{
	display: flex;
	width: 250px;
	margin: 0 auto;
	background-color: #fff;
	padding: 1em 0;
}
.top_first ul.reds-logoTop li{
	width: 50%;
	text-align: center;
}
.top_first ul.reds-logoTop li img{
	height: auto;
	width: 70%;
}
.top_first ul.reds-logoTop li:last-child{
	border-left: 1px solid #666;
}
/*-----------------------------------------------
	about
-----------------------------------------------*/
.about{
	padding: 10em 0;
	
}
.about.ch{
	padding: 10em 0 20em;
	background-image: url("../img/about_bg.jpg");
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: center right;
}
h3{
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #E6002D;
	font-size: 6.8rem;
	line-height: 1;
	margin-bottom: 2em;
	position: relative;
	padding-left: 20px;
;}
h3::after{
	content: "";
	position: absolute;
	width: 10px;
	height:  1px;
	background-color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
	left: 0;
}
h3 span{
	color: #fff;
	margin-right: .3em;
}
.messe h3{
	margin-bottom: 1em;
}
.movie h3{
	margin-bottom: 1rem;
}
.about ul.about01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
}
.about ul.about01 li{
	width: 55%;
}
.about ul.about01 li:last-child{
	width: 35%;
}
.about ul.about01 p.tx{
	font-size: 2.8rem;
	line-height: 1.8;
}
.about.ch ul.about01 li{
	width: 100%;}
.about ul.about01.single{
	justify-content: center;
}
.about ul.about01.single li{
	width: 100%;
	text-align: center;
}
/*-----------------------------------------------
	MESSEGE
-----------------------------------------------*/
.message-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.message-bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 145%;
    background-size: cover;
    background-position: center;
    z-index: 1;
	background-image: url("../img/bg2.jpg");
	will-change: transform;
}



.message-container {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.message-title-wrapper {
    display: flex;
    justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
}
.message-title-wrapper h4{
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	line-height: 1;
	font-size: 20rem;
	font-style: italic;
	opacity: .8;
}


.message-box {
    background-color: rgba(160, 0, 0, 0.8);
	padding: 20em 0;
}

.message-box p {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.message-box p:last-child{
	margin-bottom: 0;
}
.message-highlight {
    color: #ffcccc;
    font-weight: 700;
}

.message-strong {
    font-size: 1.3rem !important;
    font-weight: 900 !important;
    color: #ffffff;
    margin-top: 25px;
    border-top: 1px dashed rgba(255,255,255,0.3);
    padding-top: 20px;
}
/*-----------------------------------------------
	MOVIE
-----------------------------------------------*/
.movie{
	padding: 10em 0;
}
.movie ul{
	display: flex;
	flex-wrap: wrap;
	row-gap:2em;
	column-gap: 4%;
	width: 90%;
	margin: 0 auto;
	padding-top: 3em;
}
.movie li{
	width: 48%;
}
.movie li.max{
	width: 100%;
}
.movie li.max p.play{
	width: 10%;
}
/*-----------------------------------------------
	bt
-----------------------------------------------*/

.btArea{
	width:550px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5em;
}
.btArea a:link{
	background-color:#444;
	color:#fff;
	display:block;
	line-height:1.4;
	position: relative;
	padding:1.5em 2em 1.5em 2em;
	text-decoration:none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size:26px;
}
.btArea a:link br{
	display: none;
}

.btArea a:link::before {
  position: absolute;
  top:50%;
  right:1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  margin-right:0px;
}
.btArea a:link::after {
  position: absolute;
  top:50%;
  right:1.5em;
  margin-top:-5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.btArea a:visited{
	background-color:#666;
	color:#fff;
	text-decoration:none;
}
.btArea a:hover{
	background-color:#666;
	color:#fff;
	text-decoration:none;
	opacity: .8;
}

/*-----------------------------------------------
	BT
-----------------------------------------------*/	
.fixBt{
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 3em;
	width: 200px;
}
.fixBt .btArea{
	padding: 0;
}
.fixBt .btArea a:link{
	background-color: #E6002D;
	font-size:26px;
	line-height: 1.3;
	font-weight:500;
	padding:.8em 3em .8em 3em;
	border-radius: 10em;
}
.fixBt .btArea a:visited{
	color: #fff;
	background-color: #E6002D;
}
.fixBt .btArea a:hover{
	color: #fff;
	background-color: #E6002D;
}
.fixBt .btArea a:link span{
	font-size: 60%;
	display: block;
}
/*-----------------------------------------------
	bt
-----------------------------------------------*/
.bana{
	padding-bottom: 15em;
}
.bana ul{
	display: flex;
	justify-content:center;
	width: 84%;
	margin: 0 auto;
}
.bana ul li{
	width: 400px;
	position: relative;
}
.bana ul li a:link{
	font-family: "Barlow", sans-serif;
	font-style:italic;
	font-weight: 500;
	font-size: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 2.8;
	position: relative;
}
.bana ul li a.jl{
	background-color: #920613;
	color: #FFF;
	text-decoration: none;
}
.bana ul li a.wl{
	background-color: #fff;
	color: #E6002D;
	text-decoration: none;
}
.bana ul li a.jl:visited{
	background-color: #920613;
	color: #FFF;
	text-decoration: none;
}
.bana ul li a.wl:visited{
	background-color: #fff;
	color: #E6002D;
	text-decoration: none;
}
.bana ul li a:hover{
	opacity:0.7;
	transition:0.3s;
	text-decoration: none;
}
.bana ul li a:link::after {
  position: absolute;
  top:50%;
  right:1em;
  margin-top:-6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.bana ul li span{
	font-style: normal;
	font-weight: 400;
	position: absolute;
	top: .5em;
	left: .5em;
	background-color: #E6002D;
	z-index: 2;
	line-height: 1.3;
	padding: .1em .5em;
	font-size: 26px;
}
p.bt{
	width: 80%;
	margin: 0 auto;
	padding-top: 1em;
}
p.bt a:link{
	background-color: #920613;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 2.8;
	position: relative;
}
p.bt a:link::after {
  position: absolute;
  top:50%;
  right:1em;
  margin-top:-6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
p.bt a:hover{
	opacity:0.7;
	transition:0.3s;
	text-decoration: none;
}
p.bt a.:visited{
	background-color: #920613;
	color: #FFF;
	text-decoration: none;
}
/*-----------------------------------------------
	CH
-----------------------------------------------*/
.challenge{
	
}

.challenge p.chTitle{
	display: inline-block;
  	background-color: #920613;
  	color: #ffffff;
  	font-family: "Barlow", sans-serif;
	font-weight: 500;
	line-height: 1;
  	font-size: 42px;
  	font-style: italic;
  	padding: 12px 70px 12px 30px;
  	margin-bottom: 2em;
  	clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);

}
.table_box{
	overflow-x: auto;
	width:100%;
	-webkit-overflow-scrolling: touch;
	padding-bottom: .5em;
	padding-top: 2em;
}
.table_box table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table_box th, .table_box td {
	vertical-align: middle;
	padding: 1em 1.6em;
	border: 1px solid #dbdbdb;
	font-size: 16px;
	text-align: left;
	
}
.table_box th {
	font-weight: normal;
	background-color: #920613;
	text-align: center;
}
.chBox{
	width: 90%;
	margin: 0 auto;
}
.challenge .chBox{
	margin-bottom: 8em;
}

.chBox p.cat{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 32px;
	line-height: 1.3;

}
span.line{
	background:linear-gradient(transparent 70%, #920613 70%);
}
.chBox dl{
	display: flex;
	justify-content: space-between;
	padding-top: 5em;
	margin-bottom: 5em;
}
.chBox dl dt{
	width: 60%;
	line-height: 1.6;
	font-size: 2.2rem;
}
.chBox dl dd{
	width: 35%;
}
.chBox p.cCat{

	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 26px;

	line-height: 1.4;
	margin-bottom: 1em;
}
.chBox p.cCat span{
	background-color: #333;
	padding: .2em 1em;
}
.chBox p.tx{
	line-height: 1.8;
	font-size: 16px;
}
.chBox p.tx.tx-lg{
	font-size: 20px;
}
.chBox p.tx span.red{
	font-size: 110%;
	text-decoration: underline;

}
.chBox p.tx span.ss{
	font-size: 84%;

}
.chBox p.tx2{
	font-size: 13px;
}
.chBox p.tx2 span{
	display: block;
	text-decoration: underline;
}
.chBox p.time{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 26px;
	line-height: 1.4;
	padding-top: 1em;
}
.chBox p.time.time-lg{
	font-size: 30px;
}
.chBox p.time.mb1{
	margin-bottom: 2em;
}
.chBox ul.list{
	row-gap:5em;
	display: flex;
	flex-wrap: wrap;
}
.chBox ul.list li{
	width: 100%;
}
.chBox ul.list2{
	row-gap:8em;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}
.chBox ul.list2 li{
	width: 100%;
}
.chBox ul.list2 ul{
	row-gap:5em;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}
.chBox ul.list2 ul li{
	width: 48%;
}
.chBox ul.list2 p.cCat{
	text-align: center;
	margin-bottom: 3em;
}
.chBox ul.list2 p.time{
	text-align: center;
}
.card-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
}




/* 各カード枠 */
.card {
  position: relative;
  flex: 1;
  border: 1px solid #920613; /* 赤い細枠 */
  padding: 40px 24px 24px;   /* 上パディングはタイトルが被る分高めに確保 */
  box-sizing: border-box;
}

/* 上中央に飛び出すタイトル */
.card-title {
  position: absolute;
  top: -20px;            /* 枠線の上に半分乗せる */
  left: 50%;
  transform: translateX(-50%);
  background-color: #920613; /* 赤枠線の上書き用 */
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 30px;
  margin: 0;
  white-space: nowrap;  /* 改行防止 */
}

/* ハッシュタグテキスト */
.card-hashtag {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 20px;
}
/* 3列コンテナ */
.step-container {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

/* 各カード枠 */
.step-card {
  position: relative;
  flex: 1;
  border: 1px solid #920613; /* 赤枠線 */
  padding: 40px 20px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* 左上のSTEPバッジ */
.step-badge {
  position: absolute;
  top: -18px;
  left: -10px; /* 枠線とピッタリ合わせる */
  background-color: #920613;
  color: #ffffff;
  font-size: 26px;
  font-family: "Barlow", sans-serif;
	font-weight: 500;
  font-style: italic;
	line-height: 1.4;
  padding: 4px 20px 4px 15px;
}

/* 見出し（下部赤ライン付き） */
.step-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 20px;
  position: relative;
  display: inline-block;
}



/* 説明テキスト */
.step-desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}



/* STEP2 ダミー画像ボックス */
.photo-box {
  
}

/* STEP3 内の賞ブロック */
.prize-block {
  margin-top: 15px;
}

.prize-title {
  background-color: #920613;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 6px 0;
  margin-bottom: 10px;
}

.prize-desc {
  font-size: 13px;
  margin: 0;
}
/* 全体コンテナ */
.sns-banner-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 420px;
  margin: 0 auto;
}

/* 共通バナーベース */
.sns-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
	flex-wrap: wrap;
}

.sns-banner:hover {
  opacity: 0.9;
}

/* 左側（アイコン ＋ テキスト） */
.sns-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sns-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.sns-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.sns-label {
  font-size: 13px;
  font-weight: normal;
}

.sns-id {
  font-size: 13px;
  font-weight: bold;
}

/* 右側ボタン共通 */
.follow-btn {
  font-size: 13px;
  font-weight: bold;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
	width: 100%;
	text-align: center;
	margin-top: .5em;
}

/* -----------------------------------
   1. Instagram スタイル
----------------------------------- */
.sns-banner.insta {
  /* オレンジ〜ピンク〜紫のグラデーション */
  background: linear-gradient(115deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}

.sns-banner.insta .sns-label {
  color: rgba(255, 255, 255, 0.9);
}

.sns-banner.insta .follow-btn {
  background-color: #ffffff;
  color: #000000;
}

/* -----------------------------------
   2. X (Twitter) スタイル
----------------------------------- */
.sns-banner.x-twitter {
  background-color: #ffffff;
  color: #000000;
}

.sns-banner.x-twitter .sns-label {
  color: #666666;
}

.sns-banner.x-twitter .follow-btn {
  background-color: #000000;
  color: #ffffff;
}


.txArea{
	text-align: center;
}
.txArea p.tx{
	text-align: left;
	display: inline-block;
}
.txArea p.tx span.bb{
	font-size: 130%;
	font-weight: bold;
}
.txArea p.tx span.lg{
	font-size: 20px;
}
p.tx a:link{
	color: #fff;
	text-decoration: underline;
}
p.tx a:visited{
	color: #fff;
	text-decoration: underline;
}
p.tx a:hover{
	color: #fff;
	text-decoration: none;
}

/* 規約全体を囲むスクロールエリア */
.terms-container {
	width: 80%;
	margin: 0 auto;
  height: 400px;
  overflow-y: auto;
  background-color: #111111;
  color: #dddddd;
  border: 1px solid #333333;
  padding: 24px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

/* スクロールバーのカスタム（Webkitブラウザ対応） */
.terms-container::-webkit-scrollbar {
  width: 8px;
}
.terms-container::-webkit-scrollbar-track {
  background: #1a1a1a;
}
.terms-container::-webkit-scrollbar-thumb {
  background: #920613;
  border-radius: 4px;
}

/* 各条文セクション */
.terms-section {
  margin-bottom: 28px;
}

/* 見出し（h2タグに指定） */
.terms-heading {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #222222;
  border-left: 4px solid #920613;
  padding: 6px 12px;
  margin: 0 0 12px 0;
}

/* 親リスト（1, 2, 3...） */
.terms-list {
  margin: 0;
  padding-left: 20px;
}

.terms-list > li {
  margin-bottom: 10px;
	/*list-style-type: disc;*/
}

/* 子リスト（a, b, c... や ● など） */
.terms-sublist {
  margin: 8px 0;
  padding-left: 20px;
}


.terms-sublist.alphabet {
  list-style-type: lower-alpha;
}

.terms-sublist.bullet {
  list-style-type: disc;
}

.terms-sublist li {
  margin-bottom: 4px;
}

/* 注記（※テキスト） */
.terms-note {
  font-size: 13px;
  color: #aaaaaa;
  margin: 4px 0 0;
}

/* リンク */
.terms-container a {
  color: #4da6ff;
  text-decoration: underline;
}

.terms-container a:hover {
  text-decoration: none;
}
.chBox ul.list2 ul.terms-sublist li{
	width: 100%;
}
.chBox ul.list2 ul.terms-sublist {
    row-gap: 0;
    flex-wrap: wrap;
    column-gap: 2%;
}
@keyframes fadeIn{
	0%{
		opacity:0;
		transform: translate(0, 40px);
	}
	50%{
		opacity:0.5;
		transform: translate(0, 20px);
	}
	100%{
		opacity:1;
		transform: translate(0, 0);
	}
}




.nav{
	position:absolute;
	right:3em;
	top:3em;
	cursor: pointer;
	z-index:1003;
	
}

.nav p.tx{
	font-size:13px;
	font-family: 'Abel', sans-serif;
	color:#fff;
	display:block;
	float:left;
	margin-right:0.5em;
	line-height: 1.4;
}

.navBtn {
	width:28px;
	float:left;
}
.navBtn span.line {
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.navBtn span.line:nth-of-type(3) {
	margin-bottom:0.1em;
}
.navBtn span.line:nth-of-type(2),
.navBtn span.line:nth-of-type(3) {
	margin-top: 6px;
}
#wrapper.navOpen .nav{
	position:fixed;
}
#wrapper.navOpen .nav p.tx{
	opacity:0;
}
#wrapper.navOpen .navBtn span.line {
	background: #000;
}
#wrapper.navOpen .navBtn span.line:nth-of-type(1) {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
		height: 2px;
}
#wrapper.navOpen .navBtn span.line:nth-of-type(2) {
       
        opacity: 0;
        
}
#wrapper.navOpen .navBtn span.line:nth-of-type(3) {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
		height: 2px;
}
/* オーバーレイ */
.overlay {
	background-color: rgba( 0, 0, 0, 0.8 );
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1000;
}



.topPan{
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1002;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: #fff;
	transition: all .5s;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-overflow-scrolling: touch;
}
#wrapper.navOpen .topPan{
  	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	animation: slideMove .5s linear forwards;
}
@keyframes slideMove{
	0%{
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
	}
	50%{
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	100%{
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
body.open{
	overflow: hidden;
	
}

.topPanArea{
	padding:10em 0em 3em 0em;
	width:960px;
	margin:0 auto;
	text-align: center;
	
}
.topPanArea p{
	margin-bottom: 3em;
}
.topPanArea p a:link{
	color: #000;
	font-family: "Barlow", sans-serif;
	font-weight: 500;

	font-size: 26px;
}
.topPanArea p a:visited{
	color: #000;
}
.topPanArea p a:hover{
	color: #000;
	text-decoration: underline;
}
.topPanArea ul.sns{
	text-align: center;
	padding-top: 3em;
}
.topPanArea ul.sns li{
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	margin: 0 1.5em;
}
/*-----------------------------------------------
	slider
-----------------------------------------------*/
.slider {
  margin: 0 auto 5em;
  width: 100%;
}
.slider-img {
	width: 100%;
	margin: 0 auto;
}
.slider-img img {
  height: auto;
  width: 100%;
}

.number li{
	margin-left: 20px!important;
}

.number{
	list-style:none; 
	padding-left:0; 
	list-style-type: auto!important;
}

.abc li{
	margin-left: 20px!important;
}

.abc{
	list-style:none; 
	padding-left:0; 
	list-style-type: lower-alpha!important;
}