﻿@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
.new-s_page hr, legend{
	display:block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

a:hover {
	color:#000000;
}

/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #38bdbb;
}
a:visited {
	text-decoration: none;
	color: #38bdbb;
}
a:hover {
	text-decoration: underline;
	color: #38bdbb;
}
a:active {
	text-decoration: underline;
	color: #38bdbb;
}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;

}
.ie8 img {
	width: auto;
}



.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

body {
	background-color: #ddd;
}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	max-width:930px;
	margin:0 auto;
	margin-top:18px;
	background-color: #fbfbfba6;
}


/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */



/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 65.5913978494%;}


/* ------ Header ------ */

header {
	background-color: rgb(10, 30, 49);
	padding-top: 40px;
}

header .row {
	position: relative;
}
/* header .row:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	margin-left: 35px;
	border-top: solid 10px #000;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
} */




/* ------ Global Navi ------ */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
/* #gnav {
	float: right;
	width: 50%;
	position: absolute;
    right: 0;
} */

/* ナビゲーションの各項目は、横並びに配置 */
/* #gnav li {
	float: left;
	width: 20%;
}

#gnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 30px;
	padding-top: 50px;
	font-size: 76%;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
/* 疑似要素にアイコンフォントを指定 */
/* #gnav a:before {
	display: block;
	position: absolute;
	width: 100%;
	top: 15px;
	text-align: center;
	font-family: 'icomoon';
 	font-size: 22px;
	color: #fff;
} */
/* 疑似要素にborderを使った三角マークを記述 */
/* #gnav a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
} */
/* ナビゲーションの色をグラデーションにする */


/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
	background-color: rgba(041, 153, 196, 1);
}

#mainvisual ul {
	position: relative;
}

#mainvisual ul li {
	display: none;
	position: absolute;			/* 背面の画像にはposition: absoluteを指定 */
	z-index: 1;				/* 背面の画像のz-indexを1に指定 */
	width: 100%;
	top: 0;					/* 背面の画像をtop: 0に移動し、画像を重ねる */
}
#mainvisual ul li:first-child {
	display: block;
	position: relative;			/* 前面の画像にはposition: relativeを指定 */
	z-index: 1000;				/* 前面の画像のz-indexを1000に指定 */
}

#mainvisual-button {
	width: 100%;
	padding: 25px 0 20px;
	background-color: #fff;
}

#mainvisual-button ul {
	text-align: center;
	line-height: 10px;

}

#mainvisual-button li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;
}

#mainvisual-button li a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-button li a:link,
#mainvisual-button li a:visited{
	margin-top: 0;
}

#mainvisual-button li a:hover,
#mainvisual-button li a:active,
#mainvisual-button li a.current {
	margin-top: -10px;
}

.top_text_style1{
	text-align:center;
	margin-top:20px;
}
.top_text_style1 a:link{
	color:#FFFFFF;
	background:#eb6c1f;
	border-radius:.25rem;
	padding:7px;
}

.top_text_style1 a:visited{
	color:#FFFFFF;
	background:#eb6c1f;
}

/* ------ Index ------ */

#index {
	padding-bottom: 20px;
}
@media screen and (min-width: 640px) {
	#index {
		background: url(../images/separetor1.png) no-repeat bottom center;
	}
	  
  	
	
}

#index section a {
	display: block;
	position: relative;
	padding: 10px 0px;
	text-decoration: none;
	 z-index: 9999;
}
#index section a:link,
#index section a:visited {
	background-color: transparent;
}
#index section a:hover,
#index section a:active {
	background-color: #f5f5f5;
}

#index .img {
	margin-bottom: 10px;
}

#index h1 {
	margin-bottom: 3px;
	font-size: 90%;
	font-weight: bold;
}
#index h1:after {
	content: "\66";
	font-family: 'icomoon';
	font-size: 10px;
	font-weight: normal;
	transition-duration: 0.3s;
}
#index section a:link h1:after,
#index section a:visited h1:after {
	margin-left: 5px;
}
#index section a:hover h1:after,
#index section a:active h1:after {
	margin-left: 8px;
}

#index p {
	color: #666;
}


/* ------ News ------ */

#news {
	margin-top: 30px;
	border-bottom: solid 1px #eee;
}

#news h1 a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 8px 15px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
}
#news h1 a:link,
#news h1 a:visited {
	background-color: #2999c4;
}
#news h1 a:hover,
#news h1 a:active {
	background-color: #3f99bb;
}

#news h1 a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -8px;
	left: 30px;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}
#news h1 a:after {
	content: "\66";
	font-family: 'icomoon';
	font-size: 11px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
}
#news h1 a:link:before,
#news h1 a:visited:before {
	border-top: solid 8px #8bd5d4;
}
#news h1 a:hover:before,
#news h1 a:active:before {
	border-top: solid 8px #a1e3e2;
}
#news h1 a:link:after,
#news h1 a:visited:after {
	right: 6px;
}
#news h1 a:hover:after,
#news h1 a:active:after {
	right: 3px;
}

#news dl a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 0;
	text-decoration: none;
	border-top: solid 1px #eee;
}
#news dl a:first-child {
	border-top: none;
}
#news dl a:link,
#news dl a:visited {
	background-color: transparent;
}
#news dl a:hover,
#news dl a:active {
	background-color: #f5f5f5;
}
#news dl a:after {
	content: "\66";
	font-family: 'icomoon';
	font-size: 11px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
}
#news dl a:link:after,
#news dl a:visited:after {
	right: 6px;
}
#news dl a:hover:after,
#news dl a:active:after {
	right: 3px;
}

#news dt  {
	margin-bottom: 3px;
	color: #000;
	font-size: 76%;
	font-weight: bold;
}

#news dd  {
	color: #666;
	font-size: 76%;
}


/* ------ Sidebar ------ */

#sidebar {
	margin-top: 30px;
	border-bottom: solid 1px #eee;
}

#sidebar section {
	border-top: solid 1px #eee;
}

#sidebar h1 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}

#sidebar section a {
	display: block;
	position: relative;			/* ボックス全体にposition:relativeを指定 */
	padding: 15px 20px 15px 0;
	text-decoration: none;
	overflow: hidden;
}
/* :after疑似要素にリンクアイコンを設定 */
#sidebar section a:after {
	content: "\66";
	font-family: 'icomoon';			/* リンクアイコンをWebフォントとして指定 */
	font-size: 11px;
	display: block;
	position: absolute;			/* position:absoluteでボックスの右側にリンクアイコンを配置 */
	width: 10px;
	line-height: 10px;
	top: 50%;				/* リンクアイコンを上下中央に配置 */
	margin-top: -5px;
	transition-duration: 0.3s;		/* リンクアイコンをアニメーション動作させる（FireFoxのみ） */
}
#sidebar section a:link,
#sidebar section a:visited {
	background-color: transparent;
}
#sidebar section a:hover,
#sidebar section a:active {
	background-color: #f5f5f5;
}
#sidebar section a:link:after,
#sidebar section a:visited:after {
	right: 6px;				/* リンクアイコンを右端から6pxに配置*/
}
#sidebar section a:hover:after,
#sidebar section a:active:after {
	right: 3px;				/* マウスオーバー時にリンクアイコンの位置をずらす */
}

#sidebar p {
	margin-left: 70px;
	color: #666;
}

#sidebar .img {
	float: left;
	margin: 0;
}


/* ------ Page Top ------ */

#page-top {
	border-top: solid 1px #d5d5d5;		/* 1番外側のborder */
	border-bottom: solid 1px #fff;
}

#page-top p {
	font-size: 68%;
	border-top: solid 1px #dedede;		/* 2番目のborder */
}

#page-top a {
	display: block;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #666;
	border-top: solid 1px #e5e5e5;		/* 1番内側のborder */
}
#page-top a:after {
	content: "\67";
	font-family: 'icomoon';
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	color: #999;
}
#page-top a:link,
#page-top a:visited {
	background-color: #eee;
}
#page-top a:hover,
#page-top a:active {
	background-color: #e5e5e5;
}


/* ------ Utility ------ */

#utility {
	position: absolute; 			/* PC用の表示ではposition:absoluteとする */
	width: 100%;
	top: 0;					/* top:0としてヘッダー部に移動 */
	height: 40px;				/* 高さは固定とする */
	background-color: #000;
}

#utility .row {
	height: 100%;
}

#country {
	float: right;
}

#country p {
	display: inline-block;
	margin-top: 10px;
	padding: 0 5px 0 10px;
	color: #999;
	font-weight: bold;
	border-left: solid 1px #444;

}
#country p:first-child {
	border-left: none;
}

#country p img {
	width: 41px;
	height: 20px;
	margin-right: 5px;
    max-width: 930px;
    margin: 0 auto;
}

#country p a {
	display: block;
	width: 10em;
	text-decoration: none;
}
#country p a:after {
	content: "\66";
	font-family: 'icomoon';
	font-size: 10px;
	font-weight: normal;
	color: #38bdbb;
	margin-left: 5px;
}
#country p a:link,
#country p a:visited {
	color: #999;
}
#country p a:hover,
#country p a:active {
	color: #38bdbb;
}

#search {
	float: right;
	width: 179px;
	margin: 9px 0 0 10px;
	padding-left: 11px;
	background-color: #444;
	overflow: hidden;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#search input {
	float: left;
	display: block;
	width: 70%;
	height: 22px;
	border: none;
	background-color: transparent;
	color: #fff;
}

#search a {
	float: right;
	display: block;
	width: 30%;
	line-height: 22px;
	color: #fff;
	font-size: 76%;
	text-align: center;
	text-decoration: none;
}
#search a:link,
#search a:visited {
	background-color: #666;
	background: -moz-linear-gradient(top, #888, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
	background: -webkit-linear-gradient(top, #888, #666);
	background: linear-gradient(to bottom, #888, #666);
}
#search a:hover,
#search a:active {
	background-color: #777;
	background: -moz-linear-gradient(top, #999, #777);
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
	background: -webkit-linear-gradient(top, #999, #777);
	background: linear-gradient(to bottom, #999, #777);
}


/* ------ Footer ------ */

footer {
	background-color: #f5f5f5;
}

footer nav {
	margin: 30px 0 15px;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ddd;
	font-size: 68%;
}
footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	color: #666;
	text-decoration: none;
}
footer nav a:hover,
footer nav a:active {
	color: #666;
	text-decoration: underline;
}

#copyright {
	margin-bottom: 35px;
}

#copyright p {
	font-size: 62%;
	color: #bbb;
}

footer .logo {
	padding-top: 35px;
	text-align: right;
}

footer .logo img {
	width: 72px;
	height: 46px;
}

.list_title{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0 1.8%;
	font-size:12px;
}

.company_1 img{
	max-width:100%;
}
.col-12 .company_google1 a:link{
	font-size:18px;
	font-weight: bolder;
	color:#FF7927;
}
.company_google1 a:visited{
	color:#FF7927;	
}
.new-space{
	margin-left:1em;
	text-indent:-1em;
}

.img_space{
	margin-top:15px;
}



/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 25px;
	}

}

/*---------------------------------------------
	service_page
  ---------------------------------------------*/

h2.service_h2{
	background-color:#0098B2;
	color:#ffffff;
	padding-top:6px;
	height:50px;
}

.text1{
	text-align:right;
	font-size:14px;
	color:#ef9996;
}
.service_box{
	border-top:1px dashed #000000;
	padding-top:10px;
	padding-bottom:10px;
}

.service_box_end{
	border-bottom:1px dashed #000000;
}

.service_box_left{
padding-bottom:10px;
}

.service_box_left a:link{
	color:#0298B2;
}

.service_box_left a:visited{
	color:#0298B2;
}

.service_box_right{	
}


.service_box_region{
	margin-top:80px;
}

.service_region_title{
	color:#0098B2;
	font-size:20px;
}




/*-----------------------------------------------------	*/
/*	for - 991px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 991px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

	header {
		background: rgb(10, 30, 49);
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 90px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 15px;
	}


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}

	#gnav a {
		height: 25px;
		padding-top: 40px;
		font-size: 68%;
	}

	#gnav a:before {
		top: 10px;
	}


	/* ------ Mainvisual ------ */

	#mainvisual-button {
		padding: 15px 0;
	}


	/* ------ Article ------ */

	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}


	/* ------ Index ------ */

	#index {
		padding-bottom: 0;
	}

	#index section {
		border-top: solid 1px #eee;
	}

	#index section a {
		padding: 15px 20px 15px 15px;
	}

	#index h1:after {
		display: none;
	}

	#index .img {
		margin-bottom: 0px;
	}


	/* ------ News ------ */

	#news {
		margin-top: 0;
		border-bottom: none;
	}

	#news dl a {
		padding: 15px 20px 15px 15px;
	}

	#news dt,
	#news dd {
		font-size: 90%;
	}


	/* ------ Sidebar ------ */

	#sidebar {
		margin-top: 0;
		border-bottom: none;
	}

	#sidebar section a {
		padding: 15px 20px 15px 15px;
	}


	/* ------ Page Top ------ */

	#page-top p {
		font-size: 76%;
	}

	#page-top a {
		line-height: 35px;
	}


	/* ------ Utility ------ */

	#utility {
		position: static;		/* スマートフォン用の表示ではposition:staticとする */
		height: auto;
		padding: 15px 0;
		background-color: #f5f5f5;
		border-bottom: solid 1px #e5e5e5;
	}

	#utility .row {
		height: auto;
	}

	#country {
		float: none;
		width: 100%;
		text-align: center;
	}

	#country p {
		margin-top: 15px;
		color: #666;
		border-left-color: #ddd;
	}

	#country p a:link,
	#country p a:visited {
		color: #666;
	}
	#country p a:hover,
	#country p a:active {
		color: #38bdbb;
	}

	#search {
		float: none;
		width: auto;
		margin: 0 15px;
		text-align: center;
		background-color: #fff;
		border: solid 1px #e5e5e5;
	}

	#search input {
		width: 70%;
		height: 28px;
		color: #666;
	}

	#search a {
		width: 30%;
		line-height: 28px;
	}


	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		padding: 0 15px;
		text-align: center;
	}

	footer .logo {
		padding: 20px 0 30px;
		text-align: center;
	}
	
/*---------------------------------------------
	contact_page
  ---------------------------------------------*/
.contact_title{
  	text-align:center;
  	border-top:2px solid #000000;
  	margin-top:50px;
  }
  
.contact_title2{
	color:#1e2483;
	font-size:20px;
	margin-top:30px;
}

.img_1{
	margin-top:30px;
}
 
.fontstyle1{
	color:#63b8de;
} 

.fontstyle2{
	color:#EB5F1E;
}
 
 .contact_box{
 	border-top:1px solid #000000;
 	padding-left:10px;
 	margin-top:25px;
 }
  
.contact_box_top{
	width:100%;
	margin-top:20px;
}  
  
.box_left{
	display:inline-block;
	width:40%;
	vertical-align:top;
}
  
.box_right{
	display:inline-block;
	width:58%;
	text-align:right;
	
}  

.contact_box_tel{
	padding-left:15px;
}

.font1{
	padding-left:30px;
}
  
.menu_block1{
	display:inline-block;
	padding-left:10px;

}    
  
.menu_block2{
	display:inline-block;
	padding-left:30px;

}  

.bontact_box1{
	margin-bottom:15px;
}

}
