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

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

#title {
	margin-bottom: 70px;
}

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

#form {
	text-align: left;
}

#form h3 {
	margin-top: 70px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 26px;
}

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

#form dl {
	display: table;
	margin: 20px auto;
	text-align: left;
}

#form dt {
	display: table-cell;
	vertical-align: top;
	width: 170px;
	line-height: 50px;
	position: relative;
}

#form dt em {
	height: 50px;
	line-height: 46px;
	position: absolute;
	top: 0;
	right: 0;
}

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

#form dd {
	display: table-cell;
	vertical-align: top;
	width: 624px;
	padding-left: 15px;
}

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

/* ---------------------------------------------------------
	CSS Document form > textarea
--------------------------------------------------------- */

#form .textarea {
	width: 794px;
	margin: 0 auto
}

/* ---------------------------------------------------------
	CSS Document form > subject
--------------------------------------------------------- */

#form .subject dt {
	line-height: 30px;
}

#form .subject dt em {
	height: 30px;
	line-height: 26px;
}

#form .subject label {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}

#form .subject input {
	display: inline-block;
	vertical-align: -3px;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	-webkit-appearance: radio;
	appearance: radio-button;
}

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

#form .privacy {
	width: 794px;
    margin: 0 auto 40px;
    text-align: left;
    border: 1px solid #c8c8c8;
    padding: 20px;
    height: 200px;
    overflow-y: auto;
    background: #fff;
}

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

#form .checkbox span {
	position: absolute;
	top: 3.8px;
	left: -50px;
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	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 width
--------------------------------------------------------- */

#form .w48 {
	width: 210px;
}

#form .w100 {
	width: 430px;
}

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

#form p {
	margin-bottom: 40px;
	font-size: 15px;
	letter-spacing: -0.5px;
}

#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;
	transition: .4s;
}

#form p a:hover {
	opacity: 0.5;
}

#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;
	transition: .4s;
}

#form .btn input:hover {
	opacity: 0.5;
}
