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

body,html {
    margin: 0px;
    padding: 0px;
    color: #fff;	/*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
    font-size: 15px;	/*文字サイズ*/
    line-height: 2;		/*行間*/
    -webkit-text-size-adjust: none;
    background-color: #0B3B72;
    text-align: center;
    background-image: url(../img/bg.png);
}

img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    border: 0;
}

.top{
	width: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}


h1{
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}


ol, ul ,li{
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#container {
    width: 1150px;
	min-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
header {
    padding: 20px 0;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
	height: 100%;
}


/*TELブロック*/
header .tel {
    display: inline-block;
    background-color: #FFFFFF;	/*背景色*/
    color: #554B32;		/*文字色*/
    padding: 5px 20px 10px;	/*上、左右、下へのボックス内の余白*/
    border-radius: 4px;		/*角丸のサイズ*/
    border: 1px solid #aa9d79;	/*枠線の幅、線種、色*/
    letter-spacing: 0.1em;		/*文字間隔を少し広くとる設定*/
    font-size: 12px;			/*文字サイズ*/
    margin-left: auto;
    margin-right: auto;
    float: right;
    font-weight: bold;
}
/*TELブロック内の電話番号部分*/
header .tel span {
	font-size: 20px;	/*文字サイズ*/
}
header #logo {
    width: 420px;	/*画像幅*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: left;
}

.top_main_imge {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}




#menu_btn li {
	float: left;	/*左に回り込み*/
	width: 25%;		/*幅。現在４個なので、100÷4=25(%)。５個にするなら100÷5=20(%)にする。*/
	line-height: 1.6;	/*行間*/
}
#menu_btn li a {
    display: block;
    text-decoration: none;
    text-align: center;		/*内容をセンタリング*/
    padding: 10px 0 15px;	/*背景色（グラデーションが使えない古いブラウザ向け）*/
    background-position: 50%;
    background-color: #003472;	/*グラデーション*/
    color: #fff;	/*文字色*/
    text-shadow: 0px -2px 0px #410400;	/*文字の影。右に、下に(マイナスがついているので上向きに対する指定になる)、広げる幅、色。*/
    font-size: 16px;
    background-image: -webkit-linear-gradient(270deg,rgba(2,116,211,1.00) 48.70%,rgba(7,93,166,1.00) 48.70%,rgba(20,98,164,1.00) 72.54%,rgba(13,87,150,1.00) 95.85%);
    background-image: -moz-linear-gradient(270deg,rgba(2,116,211,1.00) 48.70%,rgba(7,93,166,1.00) 48.70%,rgba(20,98,164,1.00) 72.54%,rgba(13,87,150,1.00) 95.85%);
    background-image: -o-linear-gradient(270deg,rgba(2,116,211,1.00) 48.70%,rgba(7,93,166,1.00) 48.70%,rgba(20,98,164,1.00) 72.54%,rgba(13,87,150,1.00) 95.85%);
    background-image: linear-gradient(180deg,rgba(2,116,211,1.00) 48.70%,rgba(7,93,166,1.00) 48.70%,rgba(20,98,164,1.00) 72.54%,rgba(13,87,150,1.00) 95.85%);
}
/*英語表記（飾り文字）*/
#menu_btn li a span {
	display: block;
	font-size: 13px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
	opacity: 0.4;	/*透明度を40%にする設定*/
}
/*マウスオン時と、現在表示中メニューの設定*/
#menu_btn li a:hover, #menubar li.current a {
	background: #0E111B;	/*背景色*/
	color: #c3b78a;		/*文字色*/
	text-shadow: none;
}


/*スマホメニューCSS*/



/*スマホメニューCSS*/


#top {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #AA1618;
}
#top_main {
    text-align: left;
    background-color: #020202;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 30px;
    clear: both;
}

/*h2タグの設定*/
#top_main h2 {
    clear: both;
    font-size: 1.3em;	/*文字サイズ*/
    letter-spacing: 0.1em;	/*見出しの下にとるスペース*/
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;		/*上下、左右への余白*/
    color: #554B25;	/*文字色*/
    background: #c3b78a;	/*背景色（グラデーションが使えない古いブラウザ向け）*/
    background-position: 50%;	/*グラデーション*/
    text-shadow: 0px 1px #fff;	/*テキストの影。右に、下に、色*/
    background-image: -webkit-linear-gradient(270deg,rgba(255,252,214,1.00) 0%,rgba(233,230,192,1.00) 23.32%,rgba(239,236,198,1.00) 47.15%,rgba(184,182,148,1.00) 52.33%,rgba(199,196,165,1.00) 87.05%);
    background-image: -moz-linear-gradient(270deg,rgba(255,252,214,1.00) 0%,rgba(233,230,192,1.00) 23.32%,rgba(239,236,198,1.00) 47.15%,rgba(184,182,148,1.00) 52.33%,rgba(199,196,165,1.00) 87.05%);
    background-image: -o-linear-gradient(270deg,rgba(255,252,214,1.00) 0%,rgba(233,230,192,1.00) 23.32%,rgba(239,236,198,1.00) 47.15%,rgba(184,182,148,1.00) 52.33%,rgba(199,196,165,1.00) 87.05%);
    background-image: linear-gradient(180deg,rgba(255,252,214,1.00) 0%,rgba(233,230,192,1.00) 23.32%,rgba(239,236,198,1.00) 47.15%,rgba(184,182,148,1.00) 52.33%,rgba(199,196,165,1.00) 87.05%);
    font-weight: bold;
}
/*h3タグの設定*/
#top_main h3 {
    clear: both;
    margin-bottom: 20px;	/*見出しの下にとるスペース*/
    padding: 6px 20px;		/*上下、左右への余白*/
    background-color: #0A193B;	/*グラデーション*/
    border: 1px solid #666;		/*枠線の幅、線種、色*/
    margin-top: 40px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 1px #FFFFFF;
    box-shadow: 1px 1px 1px #FFFFFF;
}



.top_information_title{
    font-weight: bold;
    color: #414019;
    display: inline-block;
	font-size: 1.2em;
}
.top_information {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F9F9F9;
    height: 140px;
}
.iframeWrap {
    position: relative;
    overflow: hidden;
    height: 140px;

}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;height: 100% !important;
}

.top_link01 {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 84.98%,rgba(147,236,56,1.00) 91.71%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 84.98%,rgba(147,236,56,1.00) 91.71%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 84.98%,rgba(147,236,56,1.00) 91.71%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 84.98%,rgba(147,236,56,1.00) 91.71%);
}
.top_link01 a:link {
    color: #FF8D91;
}
.top_link01 a:visited {
    color: #FF8D91;
}
.top_link01 a:hover {
    color: #AA5859;
}
.top_link01 a:active { 
    color: #FF8D91;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	max-width: 1200px;		/*ブロックの最大幅。上の#containerと合わせる。*/
	margin: 0 auto 20px;
	color: #fff;	/*文字色*/
	text-align: center;
	padding: 10px 0;
}
footer a {
	color: #fff;	/*文字色*/
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 55px;
	z-index: 999;
	font-size: 0.9em;
}
.pagetop a {
    display: block;
    width: 90px;
    height: 60px;
    background-color: rgba(38,38,38,0.59);
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    line-height: 21px;
    padding-top: 10px;
    border-width: 1px;
    border-style: solid;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
    border: 1px solid #232323;	/*テーブルの枠線の幅、線種、色*/
    padding: 10px 15px;	/*ボックス内の余白*/
    word-break: break-all;
    background-color: #FFFFFF;
    color: #232323;
    margin-top: 20px;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #222;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 45%;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}
#company_info{
	max-width: 100%;
}
#map {
    max-width: 100%;
    height: 500px;
}
.company_image {
    width: 100%;
}
.service_box {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
#mail_box {
}
.contact_tel {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    line-height: 95%;
    margin-top: 10px;
    color: #F2FF70;
}
.contact_tel span {
    font-weight: normal;
    font-size: 0.7em;
}
#formWrap {
    width: 900px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;
    background-color: #FFFFFF;
    padding-top: 2%;
    padding-bottom: 2%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#service_box02 {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}
.service_image_box {
    margin-top: 30px;
}
.service_image01 {
    float: left;
    width: 46%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    background-color: #FFFFFF;
    border: 1px solid #777777;
}
.service_image02 {
    float: right;
	width: 46%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    background-color: #FFFFFF;
	border: 1px solid #777777;
}
.carbell_logo  {
    width: 258px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.carbell_text {
    margin-top: 20px;
}
#carbell_box {
    background-color: #FFFFFF;
    color: #222222;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    line-height: 1.4em;
}
.carbell_text_top {
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.5em;
    line-height: 140%;
    font-weight: bold;
    color: #BB1626;
    text-decoration: underline;
}
.carbell_imagebox{
	width: 100%;
	margin-top: 20px;
}
.carbell_image{
    width: 31%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: #fff;
    padding: 0.5%;
    border: 1px solid #808080;
    -webkit-box-shadow: 2px 2px 2px #C0C0C0;
    box-shadow: 2px 2px 2px #C0C0C0;
    float: left;
}
