@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;	/*同上*/
	text-decoration: none;			
}
a:hover {
	color: #14a7d1;			/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#top header {
	width: 100%;	
	background: url(../images/img_main.png) no-repeat center top;	/*背景のメインイメージ*/
}
.headerline {
	width: auto;
	height: 6px;
	background: #00008C;
}
/*サイト幅にしたheader内のブロック*/
#top header .inner {
	width: 1000px;	/*幅*/
	margin: 0 auto;
	overflow: hidden;
	height: 535px;	/*高さ*/
	position: relative;
}
header .inner {
	width: 1000px;	/*幅*/
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
header .inner p {
	font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 50px;
	right: 0;
}
/*ロゴ画像*/
#logo img {
	margin-left: 10px;	/*左側にスペースをあける*/
	display: inline-block;
}
/*個人情報*/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
header .inner ul {
	width: 25em;
	margin-left: auto;
	font-size: 12px;
}
header .inner ul li {
	float: left;
}
header .inner ul li a {
	text-decoration: none;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
	width: 100%;	/*画面幅いっぱいにとる設定*/
	background: #fff;	/*背景色*/
}
/*サイト幅にしたmenu-box内のブロック*/
#menubar {
	width: 942px;	/*幅*/
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #CACAD9;	/*左の線の幅、線種、色*/
	margin-top: 11px;
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 20%;		/*メニュー幅*/
	text-align: center;	/*内容をセンタリング*/
}
#menubar li:first-child {
	margin-left: 0px;	/*１つ目のメニューのmarginを0に。*/
}
#menubar a,
#menubar-s a {
	display: block;
	text-decoration: none;
	font-size: 16px;	/*文字サイズ*/
	font-weight: bold;
	color: #00008C;	/*文字色*/
	border-right: 1px solid #CACAD9;	/*右の線の幅、線種、色*/
}
/*飾り文字（小さな補足用テキスト）*/
#menubar span,
#menubar-s span {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	color: #535362;		/*文字色*/
	margin: -10px 0px 0px;	/*ボックスの外側にあけるスペース。上、左右、下。*/
	padding-bottom: 10px;	/*下へのボックス内の余白*/
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
/*マウスオン時と、現在表示中*/
#menubar li a:hover ,
#menubar li.current a {
	background: #46A741;	/*背景色*/
	color: #fff;	/*文字色*/
}
#menubar a:hover span {
	color: #fff;
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ（main、subを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	padding-top: 25px;	/*上部メインメニューと左右ブロックとの余白*/
}
/*サイト幅にしたcontents内のブロック*/
#contents .inner {
	width: 960px;	/*幅*/
	margin: 0 auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main-top {
	float: right;	/*右側に回り込み*/
	width: 751px;	/*幅*/
	padding-bottom: 90px;
	overflow: hidden;
}
#main {
	float: right;	/*右側に回り込み*/
	width: 751px;	/*幅*/
	padding-bottom: 90px;
	overflow: hidden;
}

.h2_bnr_top {
	margin-top: 8px;
}
.h2_bnr_top a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 136px;	/*高さ（上の「.h2_bnr_top」の高さと揃える）*/
		overflow: hidden;
}
.h2_bnr_top a:hover {
	background: #00008C;	/*マウスオン時の背景色*/
	height: 136px;
	overflow: hidden;
}

.h2_bnr_top a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*コンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/

.servicebox {
	width: 100%;
	height: 173px;
	margin:0 auto;
}

.h2works {
	text-align: center;
	font-size: 22px;
	color: #00649F;
	margin-top: 25px;
}
.h2works:before {
	content:"";
	display:inline-block;
	width:241px;
	height:1em;
	background:url(../images/bg_dot.gif) no-repeat left center;
	margin-right: 67px;
}
.h2works:after {
	content:"";
	display:inline-block;
	width:241px;
	height:1em;
	background:url(../images/bg_dot.gif) no-repeat left center;
	margin-left: 67px;
}
.list h3 {
	font-size: 18px;
	text-decoration: none;
	color: #37619E;
}

.list {
	float: left;	/*左に回り込み*/
	width: 48%;		/*幅*/
	overflow: hidden;
	margin-bottom: 13px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	height: 105px;			/*高さ（下の「.list a」の高さと揃える）*/
	line-height: 1.4;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
	position: relative;/*相対配置*/
	background-color: #EEEEEE;
	border: 2px #00008C solid;
}
.boxleft {
	margin-right: 17px;
}
.servicebox h3.work01,.servicebox h3.work02,.servicebox h3.work03,.servicebox h3.work04 {
	padding: 14px 14px 14px 74px;
	position: relative;
}
.servicebox .work01:before {
	content: url(../images/ico_01.png);
	margin-right: 14px;
	position: absolute;
	left: 14px;
	top: 14px;
}
.servicebox .work02:before {
	content: url(../images/ico_02.png);
	margin-right: 14px;
	position: absolute;
	left: 14px;
	top: 14px;
}
.servicebox .work03:before {
	content: url(../images/ico_03.png);
	margin-right: 14px;
	position: absolute;
	left: 14px;
	top: 14px;
}
.servicebox .work04:before {
	content: url(../images/ico_04.png);
	margin-right: 14px;
	position: absolute;
	left: 14px;
	top: 14px;
}

.servicebox a.worksbox {
	text-decoration: none;
	height: 105px;	/*高さ（上の「.h2_bnr_top」の高さと揃える）*/
		overflow: hidden;
}
.servicebox a.worksbox:hover {
	background: #00008C;	/*マウスオン時の背景色*/
	height: 105px;
	overflow: hidden;
	  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*ボックス内のp（段落）タグ設定*/
.list p {
	font-size: 12px;
	margin-left: 60px;
}
p.more {
	clear: both;
    background: #37629E;
    padding: 3px 5px 3px 0!important;
    text-align: right;
    color: #fff;
	font-size: 12px;
	height: auto;
	margin-bottom: 34px;
}
p.more a {
    color: #fff;
}
/*mainコンテンツのh2タグの設定*/
#main-top h2 {
	clear: both;
	margin-bottom: 10px;
}
/*mainコンテンツのh3タグの設定*/
#main-top h3 {
	clear: both;
}

/*mainコンテンツの段落タグ設定*/
#main-top p, #main p{
	padding: 0 15px 14px;	/*上、左右、下への余白*/
}
#main-top p + p, #main p + p {
	padding-top: 0px;
}
#main-top h2 + p,
#main-top h3 + p,
#main h2 + p,
#main h3 + p,  {
	padding-top: 0px;
	margin-top: -5px;
}
/*box2*/
.mt {
	margin-top: 31px;
}
.box2 h3{
	font-size: 14px;
	color: #00008C;
	background:url(../images/bg_stripe.gif) bottom repeat-x; 
}
.box2 ul {
	margin-top: 10px;
}
.box2 ul li {
	height: 62px;
	margin-bottom: 10px;
}
.box2 ul li a {
		height: 62px;
}
.box2 ul li a:hover img {
 opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
/*お問い合わせボックス*/
.contactbox {
	clear: both;
	border: 5px #00008C solid;
	margin-top: 34px;
}
.contactbox .inner {
		background: #B3D789;
		width: 729px!important;
		height: 197px;
		margin: 6px auto!important;
		position: relative;
}
.contactbox h2 {
	color: #fff;
	font-size: 22px;
	padding-left: 32px;
	background: linear-gradient(90deg, #37629E, #fff);
	width: 700px;
	position: absolute;
	left: 0;
	top: 33px;
}
.contactbox .inner ul li a {
	display: block;
	text-decoration: none;
	height: 84px;	
	overflow: hidden;
}
.contactbox .inner ul li a:hover {
	background: #00008C;
	height: 84px;	
	overflow: hidden;
}
.contactbox .inner ul li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.contactbox .inner ul li.tel {
	display: inline-block;
	position: absolute;
	left: 40px;
	top: 95px;
}
.contactbox .inner ul li.form {
	display: inline-block;
	position: absolute;
	left: 385px;
	top: 95px;
}

/*「制作実績」ページの一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main-top section.list {
	margin-bottom: 15px;	/*ボックス間のスペース*/
	position: relative;
	overflow: hidden;
	padding: 2.5%;	/*ボックス内の余白*/
	background: #fff;	/*背景色*/
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);			/*同上*/
}
#main-top section.list a {
	background: #fff;	/*背景色*/
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin: -2.5%;
	padding: 2.5%;
}
/*ボックス内の段落タグ設定*/
#main-top section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main-top section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	width: 30%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	margin-right: 4%;
}
/*ボックス内のh4タグ設定*/
#main-top section.list h4 {
	font-size: 17px;	/*文字サイズ*/
	color: #14a7d1;		/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の矢印マーク設定*/
#main-top section.list a::before {
	content: "→";	/*「→」の文字を表示させる。機種依存文字は使わないように。*/
	background: #e6e6e6;	/*背景色*/
	color: #ccc;			/*文字色*/
	font-size: 20px;		/*文字サイズ*/
	line-height: 1;
	width: 65px;			/*幅。下の15pxと合計した数字がline-height(80px)になるようにする。*/
	padding-left: 15px;		/*左側へのボックス内余白。上の65pxと合計した数字がline-height(80px)になるようにする。*/
	line-height: 80px;		/*行間。上の２行の合計値と合うように。*/
	position: absolute;
	right: -40px;	/*ボックスの右から-40pxの場所に配置*/
	top: 32%;		/*ボックスの上から32%の場所に配置*/
	border-radius: 100px;	/*角丸のサイズ。ひとまず大きくしておけばいい。この行を削除すれば四角になる。*/
}
/*マウスオン時*/
#main-top section.list a:hover::before {
	background: #14a7d1;	/*背景色*/
	color: #fff;			/*文字色*/
}
/*コンパクトタイプのボックス用　追加設定*/
#main-top section.list.compact {
	width: 23.5%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: 260px;		/*compactタイプの高さ*/
	margin-left: 3.5%;	/*ボックス間の余白*/
}
#main-top section.list.compact a {
	height: 100%;
}
.c1 #main-top section.list.compact {
	width: 15.5%;
}
/*コンパクトタイプのh4タグ追加設定*/
#main-top section.list.compact h4 {
	margin-left: 0;
	font-size: 13px;
}
/*コンパクトタイプの段落タグ追加設定*/
#main-top section.list.compact p {
	margin-left: 0;
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 5px;
}
/*コンパクトタイプの写真追加設定*/
#main-top section.list.compact figure img {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 201px;	/*幅*/
}
/*１カラム時のsubコンテンツ*/
.c1 #sub {
	display: none;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #14a7d1;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 7px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
	font-size: 12px;
	padding: 0 5px;
    background: #fff;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: dotted 1px #00008C;	/*下の線の線種、幅、色*/
	padding: 12px 0;
}
#sub ul.submenu li.lust {
	border-bottom: none;
}

#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 5px;	/*メニュー内の余白。上下、左右への設定。*/
	line-height: 120%;
}
#sub ul.submenu li span {
	font-weight: bold;
}
#sub ul.submenu li p {
	margin-top: 7px;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	background: #00008C;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,140,100);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 5px #00008C solid;
}

#sub .box1 h3 {
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	    margin: 5px 0;
	text-align: center;
	position: relative;
}

#sub .box1 h3:before {
	content: url(../images/ico_info.png);
	margin-right: 6px;
	position: absolute;
	top: 50%;
	left: 27px;
	margin-top: -21px;
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}
#sub .box1 p {
	padding-left: 8px;
	text-indent:-8px;
}
#sub .box1 p:before {
	  content: url(../images/ico_triangle.png);
}
.box_under {
	text-align: right;
	color: #37619E;
	font-size: 12px;
}

.box_under a {
	color: #37619E;
}
/*グループ会社*/
.partner {
	float: left;	/*左に回り込み*/
	width: 371px;		/*幅*/
	overflow: hidden;
	margin-bottom: 13px;	/*ボックス同士の上下間の余白*/
	margin-top: 10px;
	border: 1px solid #525260;	/*枠線の幅、線種、色*/
	height: 70px;			/*高さ（下の「.list a」の高さと揃える）*/
	position: relative;/*相対配置*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
	text-align: center;
	background-color: #fff;
}
.bnrleft {
	margin-right: 5px;
}
.partner  a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 70px;	/*高さ（上の「.list」の高さと揃える）*/
}

/*ボックス内の画像設定*/
.partner .img {
	width: 227px;	/*画像の幅*/
	height: 50px;	/*画像の高さ*/
	margin-top: 10px;
	padding-bottom: 10px;	/*画像下に空ける余白*/
	overflow: hidden;
}

.partner a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
.pagetop {
	clear: both;
	width: 960px;
	margin: 0 auto;
}
.pagetop a {
	clear: both;
	position:absolute;
	right: 0;
	top: -20%;
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	padding: 7px 18px;	/*上下、左右へのボックス内余白*/
	background: #00008C;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}
/*マウスオン時*/
.pagetop a:hover {
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #37629E;	/*背景色*/
	color: #fff;			/*文字色*/

}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューボックス全体*/
#footermenu {
	width: 960px;
	margin: 0 auto;
	position: relative;

}
#footermenu ul {
		width: 728px;	/*幅*/
	margin: 0 auto;
		padding: 20px 0px;
}
#footermenu ul li {
	font-size: 14px;
	display:inline-block;
}
#footermenu ul li:before {
	content: ' | ';
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #37629E;	/*背景色*/
}



/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
	line-height: 250%;
	padding: 10px;
}
.ta1con {
	width: 97%;
	margin-bottom: 15px;
	line-height: 250%;
	padding: 10px;
	margin: 0 auto;
}
.list .ta1 {
	margin-bottom: 0;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 10px 10px 30px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #B3D789;	/*背景色（古いブラウザ用）*/
	color: #fff;	/*文字色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: left;	
	vertical-align: top;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
	color: #00008C;
}
/*ta1の右側ボックス*/
.ta1 td {
	background: #fff;	/*背景色*/
	vertical-align: top;
}
.ta1 td.noliner {
	border-right: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
}
.ta1 td.nolinel {
	border-left: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
}
/*画像*/
.ta1 img {
	vertical-align: bottom;
}
/*下層メイン背景*/
#undermain {
	width: 100%;
	height: 136px;
	margin: 13px auto 0 auto;
	background: #37629E url(../images/h2_bg_main.png) no-repeat center top;
}
#undermain h2 {
	width: 304px;
    text-align: center;
    color: #00008C;
    background: url(../images/bg_stripe.gif) bottom repeat-x;
    margin: 0 auto 0 auto;
    padding-top: 45px;
}

/*下層ページh3*/
#main h3 {
    margin-bottom: 45px;
    color: #FFF;
    padding: 8px 15px 5px 62px;
    background: #37629E;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	position:relative;
}
#main h3:before {
  content: "";
  position: absolute;
  top: 38%;
	left:24px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
}
.mt40 {
	margin-top: 40px;
}
/*アクセス*/
.list02 {
	float: left;	/*左に回り込み*/
	width: 333px;		/*幅*/
	overflow: auto;
	margin-bottom: 13px;	/*ボックス同士の上下間の余白*/
	height:  auto;			
	line-height: 1.4;
	position: relative;
}
.listmap {
		float: left;	/*左に回り込み*/
		width: 369px;
}
.access-left {
	margin-right: 17px;
}
.list02 ul {
	margin-left: 8px;
		margin-bottom: 15px;
}
.mb24 {
	margin-bottom: 24px;
}
.indent1 {
	padding-left: 1em;
	text-indent:-1em;
}
/*下層・業務内容*/
.businessbox {
	background:url(../images/bg_busuness_under.png) no-repeat 106px top;
	width: 751px;
	height: 507px;
	position:relative;
}
.businessbox dl dt {
	font-size: 30px;
	font-family:メイリオ,Meiryo,sans-serif-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN";
	color: #D0D2D3;
	text-align: center;
		line-height: 120%;
}
.businessbox dl dd {
	line-height: 130%;
}
.busi01, .busi04 {
	display: block;
		text-align: center;
}
.busi02, .busi03{
	display: inline-block;
		text-align: center;
			margin-left: 75px;
}
.busi02 {
	position: absolute;
	right: 105px;
	top: 28%;
}
.busi03 {
	position: absolute;
	left: 10px;
	top: 28%;
}
.busi04 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	margin: auto;
}
.businessbox img {
	text-align: center;
}
.disc_busi {
	font-size: 16px;
	color:#000;
	font-weight: bold;
}

/*お知らせ*/
.info-txt {
	line-height: 140%;
}
.busi_more {
	color: #fff;
}
/*事業ご案内
---------------------------------------------------------------------------*/
.gradientbox,.gradientbox_one{
height: 280px;
    border: #37629E 2px solid;
    margin: 0 5px 32px 5px;
    padding-left: 30px;
}
.gradientbox .works_inner, .gradientbox_one .works_inner{
	width: 402px;
	overflow: hidden;
	float: left;
}
.works01 {
	background: linear-gradient(90deg, #fff, #37629E);
}

/*事業ご案内h4設定
---------------------------------------------------------------------------*/
.gradientbox h4, .gradientbox_one h4{
	clear: both;
    display: block;
    width: 500px;
    height: 80px;
    font-size: 28px;
    color: #00008C;
    font-weight: bold;
    line-height: 350%;
}

/*事業ご案内ボックス内
---------------------------------------------------------------------------*/
.gradientbox dl {
	width: 173px;
	line-height: 130%;
		color: #00008C;
}
.gradientbox_one dl {
	width: 400px;
	line-height: 130%;
		color: #00008C;
}
.gradientbox dl dt,.gradientbox_one dl dt {
	font-size: 16px;
	font-weight: bold;

}
.gradientbox dl dd,.gradientbox_one dl dd {
	margin-bottom: 15px;
	font-size: 14px;
}

.workslist_left {
	margin-right: 30px;
	float: left;
}
.workslist_right {
	float: left;
}
.one {
	width: 400px;
}
.works_img {
	float: left;
    margin-left: 32px;
    margin-top: 38px;
}
.service_img {
	margin-right: 14px;
	float: left;
	margin-bottom: 39px;
}
.firstbox {
	clear: both;
	margin-left: 10px;
}
.link {
	color: #418B65;
	font-weight: bold;
}
/*フォーム用ボタン
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: 1px solid #37629E;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	padding: 10px 109px;		/*上下、左右へのボックス内の余白*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #37629E url(../images/icon_arrow_w.png) no-repeat 31px 11px;
}
/*マウスオン時*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
}
/*FINISH画面*/
.contact_btn {
	width: 300px;
	height: 45px;
	border: 1px solid #004C4E;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	padding: 15px 15px 0 !important;	/*上下、左右へのボックス内の余白*/
	color: #fff;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	background: #37629E url(../images/icon_arrow_white.png) no-repeat 31px 10px;
	margin: 0 auto;
	
}
/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #14a7d1;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.txtb {font-weight: bold;
}
.lineh15 {
	line-height: 150%;
}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh{display:none;}
.ta1 span {
    color: #B20000;
}

.mb15 {
	margin-bottom: 15px;
}
