@charset "utf-8";

/* トップ部分全体 */
.main-banner{
	height:580px;
}
.main-illust {
	position:absolute;
	left:0;
	top:100px;
}

/* トップのタイトルロゴ */
.main-banner-inner .main-title {
	position: absolute;
}
.main-banner-inner .main-title2 {
	margin-top: 20px;
	left: 50%;
	top: 20px;
}

/* 登録ボタン */
.banner-cta {
  margin: 5px 0;
}

/* キャンペーン概要 */
.list-dot {
  padding-left: 1em;
  list-style: none;
}
.list-dot > li {
  text-indent: -0.5em;
}
.list-dot > li:before {
  content: "・";
  display: inline-block;
  width: 0.5em;
  text-align: center;
}

.list-num {
  counter-reset: number;
  padding-left: 1.2em;
  margin-left: 0;
  list-style: none;
}
.list-num > li {
  text-indent:-1em;
}
.list-num > li:before {
  counter-increment: number;
  content: counter(number) ".";
  width: 1em;
  display: inline-block;
  text-align: center;
}

table {
    font-family: Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42;

    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  background-color: #fff;
}

#campaign_syoukai .table .table {
  background-color: #ffffff;
}

th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.table th {
  background-color: #eeeff2;
}
.table th,
.table td {
  padding: 10px 20px;
  line-height: 1.42;
  vertical-align: top;
  border: 1px solid #dddddd;
}

.block {
  width:980px;
  margin-right:auto;
  margin-left:auto;	
  margin-bottom: 30px;
  clear:both;
  float:none;
}

#campaign_syoukai .headline{
  font-size:14px;
  line-height:14px;
  padding:0.9em 0 0.8em;
  text-align:center;
  font-weight:700;
  color:#fff;
  background-color: #878789;
  margin-bottom: 0;
}

#campaign_syoukai th{
  width:190px;
  vertical-align: middle;
}
#campaign_syoukai td{
  line-height:24px;
}

#campaign_syoukai .table .list-dot{
  padding-left: 1.2em;
  margin-left: 0;
}
#campaign_syoukai .table .list-dot > li:before{
  width:1em;
}
#campaign_syoukai .table .list-dot > li{
  text-indent:-1em;
}

.ie8 #campaign_syoukai .table .list-dot,
.ie7 #campaign_syoukai .table .list-dot{
  padding-left:0;
}
.ie8 #campaign_syoukai .table .list-dot > li,
.ie7 #campaign_syoukai .table .list-dot > li{
  text-indent:0;
}
.box-border-round {
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 4px;
}
#campaign_syoukai {
  line-height:1.9;
}
p {
  line-height:1.9;
}
  /* 中央寄せ */
.text-center {
  text-align:center;
}
.text-danger {
  color:red;
}
.underline {
  text-decoration:underline;
}
.bold {
  font-weight:bold;
}


/* レスポンシブ中サイズ */
@media screen and (min-width:748px) and (max-width:1000px) {
	/* トップ全体 */
  .main-banner-inner {
		width:100%;
	}

	/* トップ文言画像 */
  .main-banner {
		height: 620px;
	}

  /* トップのタイトルロゴ */
	.main-banner-inner .main-title2 {
		top: 240px;
		width:350px;
	}

  /* トップのキューモット画像 */
	.main-illust {
    	width: 13%;
    	top: 100px;
	}

	.block {
    	width: 95%;
	}
}

/* レスポンシブ小サイズ */
@media screen and (max-width: 767px){
	/* トップ全体 */
  .main-banner {
		padding:70px 10px 20px 0;
		height:auto;
	}
	.main-banner-inner {
		width:100%;
	}
  /* トップのタイトルロゴ */
	.main-banner-inner .main-title {
		position:static;
		width:350px;
	}
 
  /* トップのキューモット画像 */
	.main-illust {
		position:absolute;
		width:25%;
		top:35%;
}

/* キャンペーン概要 */
  #campaign_syoukai .headline{
    font-size:14px;
  }
  #campaign_syoukai .table{
    border:none;
  }
  #campaign_syoukai .table th,
  #campaign_syoukai .table td{
    display:block;
    width:auto;
    border-top:none;
    font-size:14px;
    padding:5px 10px;
    -ms-word-break: break-all;
        word-break: break-all;
  }
  #campaign_syoukai .table th{
    text-align:center;
  }

  .block {
    width: 95%;
  }



