@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## フォームメール ######################################## */

#mail {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#mail h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#mail h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#mail h2::after {
	content: "－ フォームメール －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

/* ****************************** フォーム ****************************** */

#form {
	clear: both;
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 1em;
	
	background: rgba(255, 255, 255, 0.85);
}

/* L3 ======================================== 注意書き ======================================== */

#notice {
	padding: 1em 0;
}

#notice p {
	margin: 1em 25px;
	padding: 0.5em 10px;
	font-size: 1.6rem;
	text-align: center;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.05);
}

#notice .point {
	color: #cc0000;
	font-size: 1.6rem;
}

#notice ul {
	margin-left: 50px;
}

/* L3 ======================================== フォームパーツ ======================================== */

#form fieldset {
	margin: 1em 25px 0 25px;
	padding: 0.2em 20px 0.7em 20px;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
#form fieldset:first-child {
	margin-top: 0;
}

#form fieldset legend {
	padding: 0 1em;
}

#form fieldset label {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1.0;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#form fieldset legend strong {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 0.3em;
	padding: 3px 6px 2px 6px;
	color: #ffffff;
	line-height: 1.0;
	background: #cc0000;
	
	border-radius: 10px;
}

#form fieldset legend strong.ok {
	background: #336699;
}
#form fieldset legend strong.ok::before {
	content: "\f00c";
	margin-right: 0.3em;
	font-family: "FontAwesome";
}

#form fieldset div.error {
	overflow: hidden;
	height: 0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#form fieldset div.error p {
	padding: 0.8em 10px;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.0;
	
	background: #cc0000;
}

#form input,
#form textarea {
	vertical-align: bottom;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

#form input,
#form textarea {
	padding: 5px 10px;
}

#form input[type="radio"] {
	vertical-align: top;
}

#form input#username,
#form input#email {
	width: 400px;
}

#form textarea {
	width: 600px;
}

#form input#age {
	width: 50px;
}

#form #gender {
	list-style-type: none;
	margin-bottom: -0.3em;
}

#form #gender li {
	display: inline-block;
}
#form #gender li::after {
	content: "/";
	position: relative;
	top: -2px;
	margin: 0 1em -2px 1em;
	color: #999999;
}
#form #gender li:last-child::after {
	display: none;
}

#form #gender label {
	cursor: pointer;
}

#form select {
	padding: 5px 10px;
}

#form select option:first-child {
	color: #999999;
}

#form fieldset div.counter {
	display: inline-block;
	padding: 0.5em 1.5em;
	color: #ffffff;
	line-height: 1.0;
	vertical-align: bottom;
	background: #666666;
	
	border-radius: 5px;
}

#form p.submit {
	margin-top: 1em;
	text-align: center;
}

#form p.submit button[type="submit"] {
	padding: 5px 15px;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.6rem;
	vertical-align: top;
	letter-spacing: 0.1em
}

/* L1 ######################################## プライバシーポリシー ######################################## */

#privacy-policy {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#privacy-policy h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#privacy-policy h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#privacy-policy h2::after {
	content: "－ 個人情報の取り扱いに関して －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#privacy-policy > div {
	clear: both;
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.8em 20px 0.5em 20px;
	
	background: rgba(255, 255, 255, 0.85) -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.05)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: rgba(255, 255, 255, 0.85) -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.85) -moz-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.85) -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.85) -ms-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.85) linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


