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


section#contact section.common{
	background-image: url(../img/contact/common_bg.jpg);
}
#formtop{
	padding:102px 0 0 0;
	margin:-102px auto 0 auto;
}
#formtop div.pre{
	padding: 4.5em 0 3em 0;
}
#formtop div.pre .ttl_normal{
	margin-bottom: 2em;
}
#formtop div.pre a{
	border-bottom: 1px solid #395F76;
	padding-bottom: 0.3em;
}
#formtop div.bg_green{
	padding: 0.5em 0 7.5em 0;
	background-color: #FFF;
}
section#contact form table {
	max-width: 985px;
	width: 100%;
	border-spacing:0 2px;
	margin: 0 auto;
	padding: 0 0 2.5em 0;
}
section#contact form table th,
section#contact form table td {
	text-align:left;
	display: block;
}
section#contact form table th {
	font-weight: 600;
	font-size: 1.125em;
	padding: 2em 0 0.7em 0;
	letter-spacing: 0.05em;
}
section#contact form table td {
	padding: 0.8em 0 2.4em 2.3%;
	border-bottom: 1px solid #cccad5;
}
section#contact form table tr:last-of-type td{
	border: none;
}
section#contact form table td a{
	color:#222;
}
section#contact form table td input ,
section#contact form table td textarea{
	padding: 0.69em 2%;
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
	max-width: 593px;
}
section#contact form table td input + input{
	margin-top: 1.7em;
}
section#contact form table td textarea {
	max-width: 966px;
	height: 150px;
}
section#contact div.contact_btn{
	max-width: 320px;
	margin: auto;
	display: block;
}
section#contact div.contact_btn:hover{
	opacity:.8;
	transition:.2s;
}
section#contact form input[type=submit] {
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.125em;
	background: none;
	width: 100%;
	padding: 0.667em 0;
	color: #FFF;
	background-color: #29b169;
	transition:.2s;
	font-weight: 300;
}
section#contact div.contact_btn i{
	right: 0.4em;
	top: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	height: 1em;
	font-size: 1.5em;
}
form a.back ,
form a.post {
	display: inline-block;
	text-decoration: none;
	font-size: 1.125em;
	cursor: pointer;
	padding: 0.452em 0.7em;
	width: calc(45% - 1.4em);
	max-width: 200px;
	margin-right: 6%;
	color: #FFF;
	background-color: #999;
	position: relative;
	transition: .2s;
}
form a.post{
	margin-right: 0;
	background-color: #29b169;
}
form a.back i,
form a.post i{
	position: absolute;
	left: 0.4em;
	right: auto;
	top: 0;
	bottom: 0;
	height: 1em;
	margin: auto;
	font-size: 1.25em;
}
form a.post i{
	right: 0.4em;
	left: auto;
}
span.h ,
span.n {
	background-color: #d93347;
	color: #FFF;
	font-size: 0.6em;
	font-weight: normal;
	display: inline-block;
	padding: 0.3em 0.6em 0.65em 0.6em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	vertical-align: bottom;
	margin-left: 0.4em;
	letter-spacing: 0;
}
span.n {
	background-color:#3c5f72;
}
span.memo {
    font-size: 0.95em;
	font-weight: 300;
	line-height: 1.8;
	display: block;
	color:#000;
}
span.error {
    color: #F03;
    font-size: 0.9em;
	line-height: 1.5;
	display: block;
	letter-spacing: 0;
}

/***** confirm *****/
section#contact.confirm form table td{
	padding: 1em 2.3%;
	background-color: rgba(204,202,213,0.3);
	border: none;
}

section#contact div.complete{
	padding-top: 2em;
	padding-bottom: 16em;
}
section#contact form a.back span.arrow::after{
	left: auto;
	right: 79%;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

/***** complete *****/
section.complete #formtop div.bg_green{
    padding: 5em 0 12em 0;
}

/******************************************* ipad ********************************************************/

@media (min-width: 768px) and (max-width: 1279px) {
	#formtop {
		padding: 76.5px 0 0 0;
		margin: -76.5px auto 0 auto;
	}
}

