@charset "UTF-8";


/* mail ============== */

header li.act a { background-image:url(../../common/img/nav_icon_05_on.svg); }

main h3 { padding-left:0; text-align:center; }
main h4 { text-align:center; padding-top:1em; }
main a  { text-decoration:none; }
main td { text-align:left; width:100%; background:none; }

/* other */
main form p { margin:1em; text-align:center; }
form p strong { font-weight:bold; font-size:120%; }

/* table */
form table       { width:100%; margin:20px 0; }
form th, form td { padding:10px; border:0; }
form th          { width:25%; text-align:right; background:none; }
form table span  { display:block; font-size:80%; }
/*
form table em    { font-style:normal; color:#FFF; }
form th, form td { border:1px solid #CCC; padding:20px; }
form th          { background:#70B52C; width:25%; white-space:nowrap; color:#FFF; }
form td          { background:#FFF; }
form td li { display:inline; }
/**/

/* form */
input, textarea    { font-size:16px; padding:0; }
select             { font-size:14px; padding:0; }
textarea           { width:99%; height:16em; }
input[type="text"] { width:85%; }
#name, #furigana   { width:50%; }
#email1, #email2   { width:85%; }
#tel, #postal-code { width:30%; }

/* txt */
main form p.txt { font-size:85%; text-align:left; }

/* mail_send */
.mail_send { background:#EEE; padding:1em 0; }
.mail_send input[type="submit"] { background:#736357; color:#FFF; border-radius:6px; }

/* mail_policy */
.mail_policy { text-align:center; display:block; margin-bottom:1em; }
.mail_policy span { padding:5px; background:#d7e5ed; border:1px solid #ccc; }

/* mail_wellcome */
.mail_wellcome { padding-bottom:20px; margin-bottom:40px; position:relative; }
.mail_wellcome:after {
	content:"";
	position:absolute; left:0; bottom:0;
	width:100%; height:2px;
	background-size:6px 2px;
	background-image:linear-gradient(to right, #736357, #736357 2px, transparent 2px, transparent 6px);
	background-repeat:repeat-x;
}
.mail_wellcome a { color:#736357; line-height:1.5em; }
.mail_wellcome span   { font-size:0.8em; }
.mail_wellcome strong { font-size:3em; font-weight:bold; line-height:1.2em; }

/* mail_thanks *
.mail_thanks {}

/* error */
form p.error {
	margin:0; padding:10px;
	background:#FFF; color:red; border:1px solid red;
}
form .error td { background:#d7e5ed; }

/* mail ============== */
