@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 20px 20px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document backnumber
--------------------------------------------------------- */

#backnumber {
	margin: 0 20px 30px;
	padding: 20px 20px 10px;
	background: #f3f3f2;
	text-align: left;
	position: relative;
}

#backnumber:after {
	content: '';
	width: 112px;
	height: 52px;
	background: url(../images/ill.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: -10px;
	right: -5px;
}

#backnumber h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 4vmin;
}

#backnumber dl {
	margin-bottom: 15px;
}

#backnumber dt {
	display: table-cell;
	vertical-align: top;
	width: 54px;
	font-family: Lora, serif;
	font-size: 20px;
	line-height: 1;
	color: #d57d7a;
}

#backnumber dd {
	display: table-cell;
	vertical-align: top;
	font-size: 3vmin;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

#form {
	margin: 0 20px 40px;
	text-align: left;
}

#form h3 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 5vmin;
}

#form .table {
	margin-bottom: 25px;
	padding: 25px 20px;
	background: #f4eeeb;
	text-align: left;
}

#form dl {
	margin-bottom: 20px;
}

#form dl:last-of-type {
	margin-bottom: 0;
}

#form dt {
	margin-bottom: 10px;
	line-height: 18px;
}

#form dt em {
	display: inline-block;
	vertical-align: 2px;
	height: 18px;
	margin-left: 5px;
	padding: 0 4px;
	background: #b92765;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
}

#form dd {
	font-size: 0;
}

#form dd input {
	height: 50px;
	border: solid 1px #c8c8c8;
	padding: 0 15px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#form dd .w48 {
	width: calc(50% - 3px);
}

#form dd .w48:first-of-type {
	margin-right: 6px;
}

#form dd .w100 {
	width: 100%;
}

/* ---------------------------------------------------------
	CSS Document form > privacy
--------------------------------------------------------- */

#form .privacy {
  width: 100%;
  margin: 0 auto 40px;
  text-align: left;
  border: 1px solid #c8c8c8;
  padding: 10px 15px;
  height: 150px;
  overflow-y: auto;
  background: #fff;
}

#form .checkbox {
	margin: 0 auto;
	width: fit-content;
	font-size: 16px;
	cursor: pointer;
}

#form .checkbox span {
	display: inline-block;
	vertical-align: 2px;
	height: 18px;
	margin-left: 5px;
	padding: 0 4px;
	background: #b92765;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
}

#form .checkbox input {
	width: 18px;
	height: 18px;
	margin-right: 6px;
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

/* ---------------------------------------------------------
	CSS Document form > btn
--------------------------------------------------------- */

#form p {
	margin-bottom: 30px;
	font-size: 3vmin;
}

#form p a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 14px;
	height: 24px;
	margin-left: 7px;
	background: url(../../include/images/ico_external.png) no-repeat left / 100% auto;
}

#form .btn {
	text-align: center;
}

#form .btn input {
	width: 280px;
	height: 60px;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f18931;
	background: -moz-linear-gradient(top,  #f18931 0%, #e1655e 100%);
	background: -webkit-linear-gradient(top,  #f18931 0%,#e1655e 100%);
	background: linear-gradient(to bottom,  #f18931 0%,#e1655e 100%);
	font-size: 22px;
	color: #fff;
}
