@charset "utf-8";

/*=============================
Title: contact.css
============================= */

/* =============================
 .sc1
==============================*/

.sc1 dl {
	width: 900px;
	padding:0 0 10px;
	margin: 0 auto 30px;
}

.sc1 dl.last{
	margin: 0 auto 80px;
}

.sc1 dl dt {
	font-weight:bold;
	width:30%;
	padding-top:0.3em;
}

.sc1 dt em {
	padding-left: 0.5em;
}

.sc1 dl dd {
	width:70%;
}

.sc1 em {
	color:#C00;
}

.sc1 dd input {
	width: 430px;
	height:35px;
	font-size:1.2em;
	color:#333;
	padding-left: 0.5em;
}

:placeholder-shown {
    color: #ccc; }

::-webkit-input-placeholder {
    color: #ccc; }

:-moz-placeholder {
    color: #ccc; opacity: 1; }

::-moz-placeholder {
    color: #ccc; opacity: 1; }

:-ms-input-placeholder {
    color: #ccc; }


input[type=checkbox] {
  display: none;
}
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.6em;
  vertical-align: middle;
  cursor: pointer;
}

.check_css:nth-child(1),
.check_css:nth-child(2) {
	margin-bottom: 0.5em;
}

.mr2 {
	margin-right:2em;
}

#text { width:480px;
padding: 0.5em;
background: #efefef;
font-size:80%;}

.check_css:hover:after {
  border-color: #0171bd;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0171bd;
  border-bottom: 3px solid #0171bd;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}
.sc1 textarea {
    width: 78%;
    height: 200px;
}
.desc {
	color:#0080C7;
}

.sc1 span.ERR {
	font-weight: bold;
	color:#F00;
}

.sc1 input.confirm {
	background-color: #0082C5;
	border: none;
	cursor: pointer;
	display: block;
	height: 70px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 400px;
	float:left;
}

.sc1 input.confirm:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;

}

.sc1 input.reset {
	background-color: #CCCCCC;
	border: none;
	cursor: pointer;
	display: block;
	height: 60px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 200px;
	float:left;
	margin-right:40px;
}

.sc1 input.confirm:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;

}

.submit {width:1000px; margin:0 auto;}

.btn_wrap {
	padding-left:70px;
}

.sc1 input#submit {
	background-color: #0082C5;
	border: none;
	cursor: pointer;
	display: block;
	height: 70px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 400px;
	float:left;
}

.sc1 input#submit:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;
}
.sc1 input#back{
	background-color: #CCCCCC;
	border: none;
	cursor: pointer;
	display: block;
	height: 60px;
	text-align:center;
	font-size:125%;
	color:#fff;
	width: 200px;
	float:left;
	margin-right:40px;

}

.sc1 input#back:hover {
	filter: alpha( opacity=70 );
	opacity:0.7;

}