@charset "utf-8";
#form_u h3{
	color:#005BAC;
	text-align:center;
}

#form_u h3 > p{
	margin-bottom:60px !important;
}
/*
table.formtable2{
	border-collapse: collapse;
	margin:30px 0;
}

table.formtable2 tr{
	padding:25px 0 14px;
}

table.formtable2 tr th{
	font-weight: normal;
	text-align: left;
	border-top:1px solid #595757;
	border-bottom:1px solid  #595757;
	height:100px;
	width:200px;
	margin:20px 0;
}

table.formtable2 tr td{
	border-top:1px solid #595757;
	border-bottom:1px solid  #595757;
	height:auto;
	margin:20px 0;
}

table.formtable2 tr td.hisu{
	border-top:1px solid #595757;
	width:50px;
}

table.formtable2 tr td.hisu span{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	color:#fff;
	background:#e60012;
	display: block;
	padding:4px 2px;
	text-align:center;
	font-size:13px;
	margin-right:10px;
	width:40px;
}


table.formtable2 tr td a{
	font-size:12px;
	color:#333;
}

table.formtable2 tr td br{
	margin:0 !important;
    content: "";
    display: block;
    clear: both;	
}

table.formtable2 tr td div{
	font-size:12px;
	margin:0;
	padding:0;
}

table.formtable2 tr > td{
	padding:20px 0 12px;
} 

table.formtable2 input[type="text"]{
	background:none;
	border:none;
	color:#333;
	background-color: #fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	width:90%;
	height:30px;
	padding:2px 0 2px 10px;
	box-sizing: border-box;
	margin:20px 0;
}

table.formtable2 .value input[type="text"]{
	margin:5px 0;
}
table.formtable2 .value input[type="text"]:first-child{
	margin:20px 0 5px;
}
table.formtable2 .value input[type="text"]:nth-of-type(3n+3){
	margin:5px 0 20px;
    display: block;
}


table.formtable2 input[type="checkbox"]{
	margin-right:4px;
	vertical-align: middle;
}
table.formtable2 select{
	background:none;
	border:none;
	color:#333;
	background-color: #fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	width:90%;
	height:30px;
	padding:2px 0 2px 10px;
	box-sizing: border-box;
	margin:30px 0;
	font-size:16px;
}

table.formtable2 input.err{
	background:pink;
}

table.formtable2 label.ra {
	margin:15px 40px 5px 0;
	display:block;
	float:left;
}

table.formtable2 textarea{
	background:none;
	border:none;
	color:#333;
	background-color: #fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	width:90%;
	height:200px;
	padding:2px 0 2px 10px;
	box-sizing: border-box;
	margin:20px 0;
	resize: none;
}

table.formtable2 textarea.err{
	background:pink;
}

table.formtable2 td.col3{
	border:1px solid #fff;
	text-align:center;
}
*/

div.contact_box{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
	background: #fff;
	margin:20px 0 0 0;
	padding:0 20px 50px 20px;
	position: relative;
	text-align: center;
	background:#f3f3f3;

}

table.formtable2{
	text-align: left;
	font-family: "NSJapanese";
}
table.formtable2 th{
	width:300px!important;
	padding:5px 0 0 20px;
	vertical-align:middle;
	border:0;
	border-bottom:1px dashed #CCC;
	font-size:15px;
	color:#333;
}
table.formtable2 td{
	font-size:13px;
	padding:40px 0;
	
	border-bottom:1px dashed #CCC;
}
table.formtable2 td.col3{
	text-align: center;
	border:0;
}
table.formtable2 th span.hisu{
	display: block;
	float:right;
	border-radius: 5px;        /* CSS3闕画｡� */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome逕ｨ */  
    -moz-border-radius: 5px;  
	width:35px;
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	margin-right:40px;
	height:22px;
}
table.formtable2 th span.nini{
	display: block;
	float:right;
	border-radius: 5px;        /* CSS3闕画｡� */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome逕ｨ */  
    -moz-border-radius: 5px;  
	width:35px;
	text-align: center;
	vertical-align:middle;
	height:22px;
	font-size:14px;
	margin-right:40px;
}
/*----------------------------- 
フォーム部品
----------------------------- */

p.red{
	font-size:14px;
	padding:10px 20px 10px 0;
	margin:30px 0 30px 0;
}
label.ra{
	display: block;
	width:100px;
	float:left;
	font-size:14px;
	margin:5px 0;
}
label.ra span {
  display: inline-block;
}
select,
input[type="text"],
input[type="password"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width: 320px;
}

select.err,
input[type="text"].err,
input[type="password"].err,
textarea.err {
    padding: 0.8em;
    outline: none;
    border: 1px solid #e34264;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width: 300px;
	background:#fcecef;
}
select:focus,
input[type="text"]:focus,
textarea:focus {
    background:#effcfe;
    border: 2px solid #B7DDF9;
}
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label,
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #3e98db;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #3e98db!important;
}
input.s_btn02 {
	margin:15px 0 0 0;
    border-radius: 0;   
   	background:#fff;
    border: 2px solid #3e98db;
    color: #3e98db;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size:16px;
	width:200px;
	height:45px;
}
input.s_btn02:hover {
   background:#3e98db;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.s_btn01 {
	width:200px;
	margin:15px 0 0 0;
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 2px solid #ccc;
    color: #999;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size:16px;
	height:45px;
}
input.s_btn01:hover {
	
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}





.s_btn01,.s_btn02{
	display       : inline-block;
	border-radius : 5%;
	font-size     : 1.4rem;
	text-align    : center;
	cursor        : pointer;
	padding       : 12px 60px;
	background    : #3e98db;
	color         : #ffffff;
	line-height   : 1em;
	transition    : .3s;
	box-shadow    : 3px 3px 3px #666666;
	border        : 2px solid #3e98db;
	margin-top:25px;
}
.s_btn01{
	background    : #84BCE5;
	border        : 2px solid #84BCE5;
}

.s_btn01:hover,.s_btn02:hover {
	box-shadow    : none;
	color         : #3e98db; 
	background    : #ffffff;
}
.s_btn01:hover{
	color         : #84BCE5; 
}
.btn_box_left,.btn_box_right{
	width:50%;
	float:left;
	text-align: center;
}
.btn_box_right{
	float:right;
}