@charset "utf-8";
/* ------------------------------
	レスポンスメルマガ
------------------------------ */
button, input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
}
.inner {
    margin: 0 auto;
    max-width: 800px;
    padding: 30px 0;
    width: 86%;
}
.inner p {
    line-height: 1.8em;
    margin-bottom: 20px;
}
.wrapper {
    background: #000 url(../images/bg.png) no-repeat center center;
    background-size: 100% auto;
}
.wrapper .inner {
    color: #fff;
	padding: 60px 0;
}
.wrapper .ttl {
    font-size: 36px;
    font-weight: bolder;
    margin: 0 auto 30px;
    text-align: center;
	text-shadow: -1px 4px 0 rgba(0,0,0,0.3);
}
.wrapper .ttl .subtxt {
    font-size: 0.65em;
	line-height: 1.4em;
	display: block;
	margin-top: 5px;
}
.ct {
    text-align: center;
    margin-top: 50px;
}
.btn {
    display: inline-block;
    padding: 0.8em 3em 0.7em;
    text-decoration: none;
    background: #c23a29;
    color: #FFF;
    border-bottom: solid 4px #902b1e;
    border-radius: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
    width: 100%;
}
.btn:hover {
    background: #df432f;
	border-bottom: solid 4px #c23a29;
	text-decoration: none;
}
.underline {
	background: -webkit-linear-gradient(transparent 60%,#ffff66 60%);
	background: linear-gradient(transparent 60%,#ffff66 60%);
}
.copy {
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	color: #ccc;
}

@media screen and (max-width : 767px) {
body {
	font-size: 15px;
}
.wrapper .inner {
	padding: 50px 0;
}
.header-logo .logo {
	width: 240px;
}
.wrapper .ttl .subtxt {
	margin-top: 10px;
}
.wrapper {
    background-size: auto 100%;
}
.wrapper .ttl {
    font-size: 24px;
	line-height: 1.4em;
    font-weight: bolder;
    margin: 0 auto 30px;
    text-align: center;
}
.btn {
    padding: 0.7em 3em 0.6em;
}
.btn .return{
	margin-left: 10px;
	display: block;
}
}
/* ------------------------------
	レスポンシブ
------------------------------ */
.sp {
	display: none;
}
@media screen and (max-width : 767px) {
.sp {
	display: block;
}
.pc {
	visibility: hidden;
	display: none;
}
}
