table{
	width:0px;
}
#thanks .title{
	margin:10px 0 20px 0;
	font-size:18px;
	border-bottom:1px solid #999; 
}
#thanks .subtitle{
	font-size:22px;
	color:#9d2c44;
	margin:10px 0 20px 0;
}
#thanks .subtitle2{
	font-size:18px;
	margin:10px 0 20px 0;
}
#thanks .index{
  color: #545454;    
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #ea6664;/*上線*/
  border-bottom: solid 3px #ea6664;/*下線*/
}
#thanks img{
	margin-bottom:10px;
}

#thanks hr{
	margin:50px 0;
}
    
#thanks div{
    text-align:center;
	margin-bottom:15px;
}
#thanks h1{
	margin:30px auto;
	border:1px solid #999; 
    padding: 20px;   
    width: 250px; 
    max-width: 100%; /* 画面に収まりきらないときは100%の幅に */
}
#thanks h2{
    margin-bottom:30px;
    margin-top:50px;
    }
#thanks p{
	margin-bottom:15px;
    font-size:16px;
    text-align: left;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div .camp{
    width: 850px; /* 通常は850pxで表示 */
    max-width: 100%; /* 画面に収まりきらないときは100%の幅に */
    margin:50px auto;
    }
  
.camp table{
    width: 70%;
    margin:30px auto;
    font-size:18px;
    font-weight:450;    
    text-align:center;
}
table td, table th{
    padding: 8px 5px;
    vertical-align:middle
}
    
table th {
    background:#ffde59;
}

div .code-box{
    position: relative;
    width: 70%;
    margin:50px auto;
    border: solid 3px #ff7070;
    background: #ffe3e9;
}
.code-box .box-title{
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: #ff7070;
    color: #fff;
    font-weight: bold;
}
#coupon .coupon-code{
    text-align: center;
    font-size: 24px;
	color:#e04343;
    margin: 22px auto;
    font-weight: bold;
}

#coupon .text{
    text-align: center;
    margin-top: 30px;
}
    
div .notice{
    max-width: 100%;
    margin:45px auto;
    background: #eee;
    padding:15px;
    }
    
.notice ul{
    font-size:16px;
    text-align: left;
    line-height: 1.8;
    padding-left: 1.5em;
    list-style-type: disc;
}
div .comment{
    width: 400px;
    max-width: 95%;
    margin:30px auto;    
    background: #eee;
    padding: 10px;
    }
    
#thanks .red{
	color:#ff3131;
}
#thanks .gray{
    color: #333;
}
#thanks .blue{
	color:#0077aa;
}
#thanks .bold{
    font-weight:bold;  
} 
.cp-visual{
    width: 80%;
    max-width: 100%; 
    margin:0 auto 30px;
}
    
.nbt input[type="button"] {
    min-width: 250px;
    max-width: 290px;
    border: none;
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 8px 32px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 17px;
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
  table {    
    min-width: 100%;
   	margin:0 auto;
  }
  table th, table td {
    display: block;
    border-bottom: none;
  }
   tr .s2{
    padding-top: 15px;
    }
   div .comment{
    width: 95%;
    margin:30px auto;    
    background: #eee;
    padding: 10px;
    }
   .cp-visual{
        width: 100%; 
        margin:0 auto 30px;
    }
}
}