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

.mainviual{
	width: 100%;
	height: 280px;
	background: #3093d8;
	position: relative;
}
p.main_title{
	z-index: 100;
	text-align: center;
	line-height: 285px;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}
span.ss_title{
	font-size:77%;
}

/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:35px;
	margin:0 auto;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background: #f1f1f1;
	color:#535353;
}
#pan_list{
	width:1100px;
	height:35px;
	color:#333;
	margin:0 auto;
}
/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:35px;
font-size:77%; /* 文字サイズ */
letter-spacing:2px;
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
	padding-left:40px;
}


ol.topic-path li.second{
	padding-left:5px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 20px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#1b465b;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#F30;
}
/*--====== ここまでパンくずリスト ======--*/




.content{
	width: 100%;
	height: auto;
}

.center{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding-bottom: 30px;
}



p.contact_text{
	margin-top: 50px;
	text-align: center;
	letter-spacing: 2px;
	width: 1100px;
	color: #333;
	line-height: 1.8;
	background: #EFF3F2;
	padding: 15px;
	border-radius: 10px;
	font-size: 146.5%;
}

/*TEL*/
p.contact_text_02{
	padding: 80px 0 10px 0;
	text-align: center;
	font-size: 156.9%;
	letter-spacing: 2px;
	color: #333;
}
p.contact_text_03{
	padding-top: 5px;
	text-align: center;
	font-size: 123.1%;
	letter-spacing: 2px;
	color: #535353;
	padding-bottom: 10px;
}


/*必須*/
.hissu{
	background: #F63;
	color: #fff;
	padding: 0 10px;
	margin-right: 3px;
	margin-left: 10px;
	font-size: 77%;
	border-radius: 4px;
	letter-spacing: 2px;
}

/*フォーム全体*/
#form_box{
	width: 100%;
	font-size: 93%;
	color: #535353;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 7px solid #CCC;
}

/*左側*/
#form_box tr th{
	width: 30%;
	font-weight: normal;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #535353;
	text-align: left;
	vertical-align: text-top;
	padding: 12px 0 0 8px;
	background: #fdfdfd;
}

/*右側*/
#form_box tr td{	
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
}

/*チェックボックス縦並び*/
.ef{
	display: block;
}

/*チェックボックス縦並び*/
.check{
	position: relative;
	top: 5px;
}

/*テキストボックス*/
.tooltip{
	width: 400px;
	padding:2px 0 1px 5px;
}

/*確認、リセットボタン*/
#btn01{
	width:1100px;
	height:50px;
	text-align:center;
	line-height:65px;
}

.btn{
	width: 125px;
	height: 35px;
	color: #FFF;
	cursor: pointer;
	margin-left: 30px;
	font-size: 85%;
	letter-spacing:2px;
    border: 1px solid #CCC;
    background: #3093d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    color: #f5f5f5;
    vertical-align: middle;
 }


.btn:hover{
	text-decoration: underline;
	-webkit-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-moz-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-ms-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
    text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
}
/* Tooltip */

.tooptip-body{
	position: absolute;
	padding: 10px 10px;
	letter-spacing:1px;
	font-size:93%;
	border: 2px solid #3093d8;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #3093d8;
	box-shadow: 0 1px 1px rgba(0,0,0, .4);
}



/* クリックしたらフォームの淵が光る */
td.custom input[type="text"],
td.custom textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}

td.custom input[type="text"]:focus,
td.custom textarea:focus {
	box-shadow: 0 0 7px #3093d8;
	border: 1px solid #3093d8;
}

p.contact_text_04{
	text-align: center;
	letter-spacing: 2px;
	color: #535353;
	line-height: 1.8;
}
.under {
  background: linear-gradient(transparent 70%, #fff100 70%);
}
span.blue{
	color: #09F;
	font-size: 116%
}

/*ご依頼についてボタン*/
.btn_01{
	text-align: center;
	padding: 10px 0 150px 0;
		
}
.btn_01 a{
	font-size: 20px;
	position: relative;
	letter-spacing: 2px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
  padding: 15px 0;
	padding-left: 120px;
	padding-right: 120px;
  background: #45c5c5;
  transition: .4s;	
  border-radius: 10px;
  border: 3px solid #FF0;
}

.btn_01 a:hover{
	padding-left: 25px;
	padding-right: 25px;
    background: #F00;
    border: 3px solid #CCC;
}


