@charset "utf-8";
@import url("reset.css");

html{font-size: 62.5%;}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
	color: #232323;
	background-color: #ffffff;
	margin: 0px;
	text-align:center;
	font-size: 1.4rem;
	line-height:normal;
}

h1{
	text-align:left;
	font-size:6pt;
	line-height:normal;
	color:#fff;
	text-align:left;
	padding-top:1px;
	font-weight:normal;
	text-align:left;
}

img{
	width:100%;
	height:auto;
}

/*-------------------------------

	ヘッダー
	
-------------------------------*/

#header{
	width:100%;
	background-color:#0707B4;
	background-image:url(../img/header-back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header .inner{
	width:98%;
	height:50px;
	margin:0 auto;
	position:relative;
}

h2{
	width:140px;
	height:22px;
	position:absolute;
	bottom:10px;
	left:0;
}

#header-tel{
	width:160px;
	height:auto;
	position:absolute;
bottom:10px;
right:0;
}


/*-------------------------------

	タイトル
	
-------------------------------*/

.title{
	width:100%;
	min-width:98%;
}

h3{
	/*width:100%;
	height:99px;
	padding-top:10px;
	background-image:url(../img/title-back.jpg);
	background-repeat:repeat-x;*/
}

.ya{
	margin-top:-10px;
}




/*-------------------------------

	写真
	
-------------------------------*/

#photo{
	width:100%;
	min-width:98%;
	padding:10px 0;
	background-image:url(../img/voice-back.jpg);
	/*background-position:bottom;
	background-repeat:repeat-x;*/
}

#photo img{
	width:98%;
}

/*-------------------------------

	メニュー
	
-------------------------------*/
#menu{
	width:100%;
	/*height:64px;*/
	background-image:url(../img/menu-back.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#0707B4;
	padding-bottom:5px;
}

#menu ul{
	width:99%;
	/*height:55px;*/
	padding:5px 0 0 0;
	margin:0 auto;
	border-left:1px solid #1B1BFA;
		display:-webkit-box;
	-webkit-box-pack : center;
	-webkit-box-align : center;
	display:flex;
	justify-content : center;
	align-items : center;
}

#menu li{
	width:25%;
	height:auto;
	border-right:1px solid #1B1BFA;
}

#menu li a{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	padding:0 8px;
}

/*-------------------------------

	最上部
	
-------------------------------*/

#about{
	width:100%;
	margin:10px auto 0 auto;
	padding:5px 0;
}

#about h3{
	width:99%;
	height:auto;
	margin:0 auto;
	padding-top:0;
	background-image:none;
	margin-bottom:0px;
}

#about .inner{
	width:99%;
	margin:0 auto;
}

#about p{
	margin-top:10px;
}

#about .ex{
	width:98%;
	margin:10px auto;
	text-align:left;
	background-image:url(../img/about-back.jpg);
	background-position:bottom right;
	background-size:50% auto;
	background-repeat:no-repeat;
}

#about .ex img{
	width:50%;
	float:left;
}

#about .ex img:first-child{
	margin-left:0;
}

#about .taisyo{
	width:98%;
	margin:10px auto 0 auto;
}

#about .taisyo img{
	float:left;
	margin-left:-2px;
}

/*-------------------------------

	強み
	
-------------------------------*/

#point{
	margin:20px 0;
}

#point h4{
	margin-bottom:10px;
}

#point .item{
	padding:10px 0;
	width:99%;
	margin:0 auto;
	border-bottom:1px dashed #010178;
	
}

#point01 .inner img{
	margin-bottom:2px;
}

#point01.item{
	padding-top:0;
}

#point01 .hyou{
	width:98%;
	border:2px solid #D1D7E2;
	padding:0 0 20px 0;
	margin:0 auto;
}

#point01 .hyou h5{
	margin-bottom:20px;
}

/*-------------------------------

	お客様の声
	
-------------------------------*/

#voice{
	width:100%;
	position:relative;
	background-image:url(../img/voice-back.jpg);
}

#voice .inner{
	width:99%;
	margin:0 auto;
	position:relative;
	background-image:url(../img/voice-back.jpg);
	padding:10px 0 15px 0;
}

#voice .main{
	position:relative;
	z-index:10000;
	
}

#voice .item{
	width:100%;
	border:1px solid #B6B6B6;
	background-color:#fff;
	margin:-1px auto 0 auto;
	padding:10px 5px;
	z-index:999;
box-shadow:2px 0px 6px -1px #a19e91;
-moz-box-shadow:2px 0px 6px -1px #a19e91;
-webkit-box-shadow:2px 0px 6px -1px #a19e91;
}

#voice .hiden{
	display:none;
}


/*---------------------

 タブ
 
---------------------*/

#tab{
	width:100%;
	margin:0 auto;
	display:-webkit-box;
	-webkit-box-pack : center;
	-webkit-box-align : center;
	display:flex;
	justify-content : center;
}

#tab li{
	width:80%;
	height:auto;
	padding:3px;
	margin-left:1px;
	background-color:#EBECFC;
	border:1px solid #B6B6B6;
border-radius:5px 5px 0px 0px ;
-moz-border-radius:5px 5px 0px 0px ;
-webkit-border-radius:5px 5px 0px 0px ;
box-shadow:1px -2px 4px -1px rgba(51,53,56,0.36);
-moz-box-shadow:1px -2px 4px -1px rgba(51,53,56,0.36);
-webkit-box-shadow:1px -2px 4px -1px rgba(51,53,56,0.36);
cursor:pointer;
}


#tab li:first-child{
	margin-left:0;
}

#tab li{
	display:block;
	background-image:url(../img/voice_ico.png);
	background-repeat:no-repeat;
	background-size:10px;
	background-position:center left;
	}
	
#tab li img{
	width:85%;
	margin-left:10px;
 	/*opacity: 0.5;*/
}


#tab li.active{
	background-image:url(../img/voice_ico.02png.png);
	border-bottom:none;
	/*z-index:10000;*/
	background-color:#fff;
	cursor:default;
}
#tab li.active img,
#tab li a:hover img{
 opacity: 0.5;
}

/*-------------------------------

	流れ
	
-------------------------------*/

#flow .inner,
#hiyou .inner{
	padding:10px 0;
	width:99%;
	margin:0 auto;
}

#hiyou .inne img{
	width:90%;
}

/*-------------------------------

	お問い合わせ
	
-------------------------------*/

#line{
	width:99%;
	margin:0 auto;
}

#contact{
	width:100%;
	min-width:98%;
	background-color:#020282;
	padding:10px 0;
}

#contact .inner{
	width:99%;
	margin:10px auto 0 auto;
	border:4px double #D5AB1E;
	padding:10px 20px;
}

#contact h4{
	margin-bottom:15px;
}

#contact form{
	color:#FFFFFF;
	width:99%;
	margin:0 auto 15px auto;
}

#contact form dl{
	width:100%;
}

#contact form dt,
#contact form dd{
	text-align:left;
	line-height:1.6;
}

#contact form dt{
	width:100%;
	border-bottom:1px dashed #B7B7F9;
	margin-bottom:10px;
}

#contact form dd{
	margin-bottom:10px;
}

#contact form dt .hisu{
	coloor:#ccc;
	font-size:80%;
	background-color:#B20000;
	border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
line-height:normal;
padding:5px 2px;
margin-left:8px;
}

#contact input[type="text"]{
	width:100%;
	padding:3px;
	border:1px solid #9E9EE0;
	background-color:#E0E0F5;
	font-size:9pt;
}

#contact input[type="checkbox"]{
	width:15px;
	height:15px;
}

#contact select{
	border:1px solid #9E9EE0;
	background-color:#E0E0F5;
	font-size:11pt;
}

#contact textarea{
	width:100%;
	height:100px;
		border:1px solid #9E9EE0;
	background-color:#E0E0F5;
}

#contact input[type="text"]:focus,
#contact textarea:focus,
#contact select:focus{
	background-color:#fff;
}

#botan{
	margin-top:10px;
}

#botan input{
	width:150px;
	padding:5px 0;
	margin-left:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
background-image: -moz-linear-gradient(top, #fff1ed, #f0edeb);
background-image: -ms-linear-gradient(top, #fff1ed, #f0edeb);
background-image: -o-linear-gradient(top, #fff1ed, #f0edeb);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fff1ed), to(#f0edeb));
background-image: -webkit-linear-gradient(top, #fff1ed, #f0edeb);
background-image: linear-gradient(top, #fff1ed, #f0edeb);
}


/*-------------------------------

	フッダー
	
-------------------------------*/

#fooder{
	width:100%;
	min-width:98%;
	background-color:#01015F;
	padding-top:10px;
}

#address{
	width:99%;
	/*background-image:url(../img/fooder_back.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:0 auto 15px auto;
	padding-left:150px;*/
	text-align:center;
	color:#fff;
	font-size:80%;
}

/*#address .info{
	width:670px;
}

#address .info-left{
	width:280px;
}*/

/*#address .info-right{
	width:350px;
	display:table-cell;
	vertical-align:central;
}*/

/*#address p{
	margin-bottom:8px;
}*/

#address .ceo{
	font-size:140%;
}

#address .tel{
	font-size:200%;
}


#address .name{
	font-size:210%;
}

#copy{
	width:99%;
	margin:8px auto 0 auto;
	border-top:1px dashed #1313CD;
	padding:8px 0;
	text-align:center;
	font-size:70%;
	color:#AAAAF7;
}

/*-------------------------------

	コンタクトバナ
	
-------------------------------*/

#cbana{
	width:100%;
	height:70px;
/*background-color: rgba(9,9,225,0.9);*/
background-image: -moz-linear-gradient(top, #0909e1, #050583);
background-image: -ms-linear-gradient(top, #0909e1, #050583);
background-image: -o-linear-gradient(top, #0909e1, #050583);
background-image: -webkit-gradient(linear, center top, center bottom, from(#0909e1), to(#050583));
background-image: -webkit-linear-gradient(top, #0909e1, #050583);
background-image: linear-gradient(top, #0909e1, #050583);
position: fixed !important;  
    bottom: 0;  
    left: 0; 
	padding:0;
	z-index:20000;
box-shadow:0px -7px 8px -8px #151617;
-moz-box-shadow:0px -7px 8px -8px #151617;
-webkit-box-shadow:0px -7px 8px -8px #151617;

}

#cbana .inner{
	width:300px;
	height:50px;
	padding:0;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-150px;
		display:-webkit-box;
	-webkit-box-pack : center;
	-webkit-box-align : center;
	display:flex;
	justify-content : center;
	align-items : center;
}

#cbana .inner-left{
	width:221px;
	text-align:left;
}

#cbana .inner-left img{
	width:210px;
}
#cbana .inner-right{
	width:59px;
}