@charset "UTF-8";
/* CSS Document */

/* ==================================================
Form - Baes Format - Custom Color
================================================== */

/* === input === */
#formArea input[type="text"],
#formArea input[type="password"],
#formArea input[type="email"],
#formArea input[type="tel"],
#formArea textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	padding: 2px 12px;
	letter-spacing: 0.1em;
	border-radius: 0;
}

#formArea input[type="text"]:focus,
#formArea input[type="password"]:focus,
#formArea input[type="email"]:focus,
#formArea input[type="tel"]:focus,
#formArea textarea:focus {
	box-shadow: 0 1px 5px rgba(0,0,0,0.25) inset;
}

#formArea input[type="text"],
#formArea textarea {
	letter-spacing: 0.05em;
}

#formArea input.wrote,
#formArea textarea.wrote {
	background-color: #f2f2f2;
}

/* === select === */
#formArea select {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	color: #000;
	border-radius: 0;
	padding: 8px 30px 8px 20px;
}

#formArea select.selected {
	background-color: #eee;
}

/* === button === */
#formArea button {
	background-color: #fff;
	color: #3c3c3c;
	border: 1px solid #3c3c3c;
}

#formArea button:hover {
	background-color: #eee;
	/*! color: #fff; */
}

#formArea button[type="submit"] {
	/*background-color: #222427;*/
	background-color: #3c3c3c;
	color: #fff;
}

#formArea button[type="submit"]:hover {
	/*background-color: #5494a1;*/
	background-color: #555;
	color: #eee;
}


/* === radio button === */
#formArea label.typeRadio::before {
	border: 1px solid #ccc;
	background: #fff;
}

#formArea input[type="radio"]:checked+label.typeRadio::before {
	background-color: #eee;
}

#formArea input[type="radio"]:checked+label.typeRadio::after {
	background-color: #000;
}


/* ==================================================
Contents - Custom Color
================================================== */
#cntWrap {
	/*! background: #000; */
}

h1.areaTitel {
	font-family: sofia-pro-condensed, sans-serif;
	font-weight: 900;
	font-size: 5rem;
	color: #000;
	line-height: 1;
	margin-bottom: 50px;
}

#formArea {
	padding: 0 40px 60px;
	margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
#formArea {
	padding: 0 20px;
	margin-bottom: 160px;
}
}

@media screen and (max-width: 540px) {
#formArea {
	padding: 0 10px;
	margin-bottom: 160px;
}
}

#formArea form {
	width: 100%;
}

/* formHead
------------------------------ */
#formHead {
	margin-bottom: 60px;
}

#formHead .notice {
	color: #000;
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 40px;
}

#formHead dl {
	margin-bottom: 10px;
}

#formHead dl dt {
	margin-bottom: 5px;
	line-height: 1.4;
	font-weight: 700;
}

#formHead dl dd {}

#formHead dl dd .note {
	font-size: 1.5rem;
	margin: 20px 0 10px;
}

/* formFoot
------------------------------ */
@media screen and (max-width: 900px) {
	#formFoot .btnSet li:not(:first-child) {
		/*! margin-top: 20px; */
	}
}

/* jmeMember & jmeVisitor
------------------------------ */
#formArea .sctSet {
	margin-bottom: 40px;
}

#formArea #jmeMember.sctSet {
	margin-bottom: 30px;
}

#formArea .sctSet dl {
	margin-bottom: 12px;
}

#formArea .sctSet dl dt {
	margin-bottom: 5px;
	line-height: 1.4;
}

#formArea .sctSet .sectionTtl {
	/*border-bottom: 1px solid #222428;*/
	border-bottom: 1px solid #3c3c3c;
	margin-bottom: 20px;
}

#formArea .sctSet .sectionTtl h3 {
	/*background: #222428;*/
	background: #3c3c3c;
	color: #fff;
	border-radius: 0;
	padding: 3px 12px;
	font-size: 1.5rem;
	font-weight: 700;
}

#formArea .sctSet .sectionTtl .linkTxt a {
	/*color: #222428;*/
	color: #000;
}

#formArea .sctSet .sectionTtl .linkTxt a:hover {
	/*color: #008aff;*/
	color: #555;
}

#formArea .sctSet .forget {
	margin: 10px 0 0 auto;
}

#formArea .sctSet .forget a {
	/*color: #5494A1;
	border-bottom: 1px solid rgba(84,148,161,1);*/
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 6px;
	font-size: 1.4rem;
}

#formArea .sctSet .forget a:hover {
	/*color: #008aff;
	border-bottom: 1px solid rgba(0,138,255,0.6);*/
	color: #555;
	border-bottom: 2px solid #555;
}

#formFoot .attention {
	margin-bottom: 40px;
	padding: 16px 24px;
	border-radius: 6px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#formFoot .attention p a {
	text-decoration: underline;
	transition: none;
}

#formFoot .attention p a:hover {
	text-decoration: none;
}

/* .btnHome
------------------------------ */
#formArea button {
	border-radius: 0;
	font-weight: 500;
}

#formArea .btnHome a,
#greetingArea .btnHome a {
	/*color: #222428;*/
	color: #000;
	padding-bottom: 18px;
	font-size: 1.6rem;
	font-weight: 700;
	transition: all 0.4s ease-out 0s;
}

#formArea .btnHome a::after,
#greetingArea .btnHome a::after {
	/*background-color: #222428;*/
	background-color: #000;
	height: 1px;
}

#formArea .btnHome a:hover,
#greetingArea .btnHome a:hover {
	/*color: #5494a1;*/
	color: #3c3c3c;
	opacity: 0.6;
}

#formArea .btnHome a:hover::after,
#greetingArea .btnHome a:hover::after {
	/*background-color: #5494a1;*/
	background-color: #555;
}

/* greetingArea
------------------------------ */
#greetingArea {
	padding: 0 30px 120px;
	margin: 0 0 0;
	text-align: center;
}

#greetingArea .txtJp {
	font-size: 1.6rem;
	margin: 0px 0 60px;
}

#greetingArea .txtEn {
	font-size: 4rem;
	margin-bottom: 80px;
	color: #000;
	font-family: ivypresto-display, serif;
	font-weight: 600;
}

/* ==================================================
HEADER
================================================== */
#messagePage section.area .areaTitle {
	padding: 40px 0 60px;
}

@media screen and (min-width: 769px) {
	#messagePage section.area .areaTitle {
		padding: 60px 0;
	}
}
