@charset "UTF-8";
#contact {
	margin: auto;
	width: 100%;
	overflow: hidden;
	background-color:#eee;
	padding-top: 2em;
}

.box-s {
	width: 100%;
	margin-bottom:1em;
}
@media screen and (min-width:480px) {
.box-s {
	width: 46%;
	padding: 0 2%;
	float:left;
}
}

.box-s span {
	display: block;
	padding-left:0.5em;
	line-height: 2.5;
}

.box-l {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1em;
}
@media screen and (min-width:480px) {
.box-l {
	width: 96%;
}
}

.box-l span {
	padding-left:0.5em;
	line-height: 2.5;
	overflow: hidden;
}

.box {
	display: block; 
	width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #ddd;
		padding: 1em;
		    margin: 0 0 1.2em;
			font-size: 1.05em;
    color: #666;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:480px) {
.box {
        max-width: 468px;/* Google Chrome用 */ 
}
}
@media screen and (max-width:480px) { 
.box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
}

textarea {
	color: #666;
    padding: 1em;
	margin: 0 0 2em;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
	border: 1px solid #ddd;
		width: 100%;
		min-height: 10em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:480px) {
textarea {
        max-width: 476px;/* Google Chrome用 */ 
}
}
@media screen and (max-width:480px) { 
textarea {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}

input.submitsp:hover, input.submitgo:hover, input.historyback:hover {opacity: 0.7; -moz-opacity:0.7; filter: alpha(opacity=70);}

p#submit {
	text-align: center;
	margin: auto;
	max-width: 200px;
}

input.submitsp {
width: 100%;
padding: 1em;
background-color: #AAA;
color: #fff;
font-size: 1.25em;
border-style: none;
cursor: pointer;
margin-bottom: 2.5em;
max-width: 300px;
}
input[type="submit"] {
  -webkit-appearance: none;
}/* iPhone用 */ 

input.submitgo {
	width: 45%;
	max-width: 200px;
padding: 1em;
background-color: #AAA;
color: #fff;
font-size: 1.25em;
border-style: none;
cursor: pointer;
text-align: center;
margin-left: 0.25em;
margin-bottom: 2em;
}

input.historyback {
	width: 45%;
	max-width: 200px;
padding: 1em;
background-color: #bbb;
color: #fff;
font-size: 1.25em;
border-style: none;
cursor: pointer;
text-align: center;
margin-right: 0.25em;
margin-bottom: 2em;
}
input[type="button"] {
  -webkit-appearance: none;
}/* iPhone用 */

.wrap-ct {
  background-color:#FFFFFF;
  color:#555555;
  margin:5em auto 20em;
  max-width:800px;
  opacity:0.93;
  padding:4em;
  width:85%;
}
@media screen and (max-width: 480px) {
.wrap-ct {
    margin: 5.5em auto 0;
    padding: 0.5em 1.5em 1.5em;
}
}

.wrap-ct h2 {
    border-bottom: 3px solid #DDDDDD;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2em;
    letter-spacing: 2px;
    margin-bottom: 1.35em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
@media screen and (max-width: 480px) {
.wrap-ct h2 {
    letter-spacing: 0;
    margin-bottom: 0.75em;
    text-align: center;
}
}

.wrap-ct p.copy {
    font-size: 1.4em;
    line-height: 1.25em;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 480px) {
.wrap-ct p.copy {
    margin-bottom: 1em;
}
}

.wrap-ct p {
    padding: 0 0.5em;
}
@media screen and (max-width: 480px) {
.wrap-ct p {
    margin-bottom: 0.5em;
    padding: 0;
}
}

p#back2home {
width: 100%;
border-style: none;
margin: 4em auto 0;
max-width: 200px;
text-align: center;
}

p#back2home a {
	padding: 0.5em;
	display: block;
	color: #FFF;
	background-color: #AAA;
	text-decoration: none;
	cursor: pointer;
	webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  
}
p#back2home a:link, p#back2home a:visited, p#back2home a:active {
	text-decoration:none;
	}
p#back2home a:hover{
	opacity: 0.7;
	-moz-opacity:0.7;
    filter: alpha(opacity=70);
}

#submitpage {
	font-size: 1.1em;
    margin: auto auto 1em;
    max-width: 680px;
	text-align: center;
}
.error_messe {
	max-width: 680px;
	margin: auto auto 1em;
	color: #ff0000;
}

.kakunin {
	margin: 0 auto 1em;
	max-width: 1000px;
}

.kakunin h1 {
	text-align: center!important;
}

table.formTable {
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
}
table.formTable td, table.formTable th {
    border: 1px solid #cccccc;
    padding: 10px;
}
table.formTable th {
    background: none repeat scroll 0 0 #efefef;
    font-weight: normal;
    text-align: left;
    width: 25%;
}

/* 入力アニメーション用 */ 
input.fade-border:active, input.fade-border:focus, textarea.fade-border:active, textarea.fade-border:focus {
	-webkit-animation: fade .55s ease-in;
	-moz-animation: fade .55s ease-in;
	animation: fade .55s ease-in
}
@-webkit-keyframes fade {
0% {
box-shadow:0 0 transparent
}
66% {
box-shadow:0 0 0 10px #e1e1e1, 0 0 0 12px #fff
}
100% {
box-shadow:0 0 0 20px transparent, 0 0 0 22px transparent
}
}
@-moz-keyframes fade {
0% {
box-shadow:0 0 transparent
}
66% {
box-shadow:0 0 0 10px #e1e1e1, 0 0 0 12px #fff
}
100% {
box-shadow:0 0 0 20px transparent, 0 0 0 22px transparent
}
}
@-o-keyframes fade {
0% {
box-shadow:0 0 transparent
}
66% {
box-shadow:0 0 0 10px #e1e1e1, 0 0 0 12px #fff
}
100% {
box-shadow:0 0 0 20px transparent, 0 0 0 22px transparent
}
}
@keyframes fade {
0% {
box-shadow:0 0 transparent
}
66% {
box-shadow:0 0 0 10px #e1e1e1, 0 0 0 12px #fff
}
100% {
box-shadow:0 0 0 20px transparent, 0 0 0 22px transparent
}
}