@charset "utf-8";


/* min-widht (～以上の指定)
----------------------------------------------- */

/* メディアクエリ： 00px ～ スマホ*/


/* =================================================================================


		全ページ共通


================================================================================= */

@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	zoom: 100%;
}

body {
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-size: 16px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	line-height: 160%;
}

input,textarea {
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-family: 'Noto Sans Japanese', serif;
}

strong{
	font-weight: 700;}


/* =================================================================
		ページのトップに戻るボタン
================================================================= */

#page_top {
    position: fixed;
    bottom: 10%;
    right: 2%;
}
#page_top a {
	display: block;
	width: 70px;
	height: 68px;
	background-image: url(../img/common/pagetop.png);
	background-size:70px auto;
	background-repeat: no-repeat;
	background-position: left top;
}



/* =================================================================
		フルードイメージ
================================================================= */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}



/* =================================================================
		タイトル
================================================================= */

/* パターン1
----------------------------------------------- */

.title01 {
}





/* =================================================================
		リスト
================================================================= */

.list_in {
	list-style: inside disc;
}
.list_out {
	list-style: outside disc;
}



/* =================================================================
		テーブル
================================================================= */

.table01 {
}





/* =================================================================
		googlemap埋め込み
================================================================= */


.google_maps {
	position: relative;
	padding-bottom: 66%;
	height: 0;
	overflow: hidden;
}
.google_maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* =================================================================
		ボックス
================================================================= */


.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.clear_box {
	overflow: hidden;
	zoom: 1;
}








/* =================================================================

		#wrapper
		
================================================================= */

#wrapper{
	line-height: 160%;
}




/* =================================================================

		スマホ時に表示　Sidr メニュー
		
================================================================= */

#header{
	display:none;
}

/*スマホ用ボタン表示
----------------------------------------------- */
	
#sp_header {
	width: 100%;
	background: #004477;
	position: relative;
}
#sp_header_logo {
	width: 75%;
	padding-left:20%;
	padding-top:20px;
	padding-bottom:20px;
}
#sp_header_btn {
	position: absolute;
	top: 25px;
	left: 10px;
}
#sp_header_btn img{
	width:40px;
	height:auto;
}

	

/* サイドコンテンツ表示
----------------------------------------------- */
.sb-left ul {
	color:#FFFFFF;
}
.sb-left li {
	font-size: 14px;
	border-bottom: solid 1px #0079C3;

}
.sb-left li:first-child {
	border-top: none;
}
.sb-left li a {
	padding: 16px 1em;
	display: block;
	color: #FFF;
}
.sb-left li a:hover {
	background: #99D3EA;
}
p.sb-tel{
	display:block;
	background-image:url(../img/common/icon_tel.png);
	background-size:20px auto;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:40px;
	font-size:20px;
	color:#FFFFFF;
	}
p.sb-tel a{
	color:#FFFFFF;
}



/* =================================================================

		#topicpath
		
================================================================= */


/* =================================================================

		#contents
		
================================================================= */


/* =================================================================

		#main
		
================================================================= */


/* =================================================================

		#side
		
================================================================= */


/* =================================================================

		#footer
		
================================================================= */

#footer{
	background-color: #004477;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer_box01{
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}


/*問い合わせ窓口*/
.footer_box01_contact{
	color: #FFF;
	text-align: center;
}
.footer_box01_contact_brd{
	border: 1px solid #FFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer_box01_contact_brd h5{
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/common/footer_hr.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

p.footer_box01_contact_tel{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footer_box01_contact_tel a:link,
.footer_box01_contact_tel a:visited,
.footer_box01_contact_tel a:hover{
	color: #FFF !important;
	}




p.footer_box01_contact_btn a{
	padding: 5px;
	display: inline-block;
	margin:0 0 20px 0;
	border: 1px solid #FFF;
	color: #FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

p.footer_box01_contact_btn a:hover {
	text-decoration: none;
	color: #0079C3;
 background: #fff;
}


/*ナビゲーション、著作権*/
.footer_box01_nav{
}

.footer_box01_nav nav{
	font-size: 15px;
}
.footer_box01_nav nav ul{
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}
.footer_box01_nav nav div{
	padding-right: 0px;
}
.footer_box01_nav nav div li{
	padding-left: 0px;
	text-align:center;
}
.footer_box01_nav nav a{
	color: #FFF;
	border-bottom:solid 1px #fff;
	display:block;
	padding-bottom: 10px;
	padding-top: 10px;
}

address{
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	padding-top: 30px;
}



/* =================================================================

		ページ内簡易お問合せフォーム
		
================================================================= */

/*お問合せフォーム*/
.contact_form{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F0F0F0;
}
.contact_form h3,
.contact_form_fin h3{
	color: #004477;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 160%;
}
.contact_form p,
.contact_form_fin p{
	padding-bottom: 20px;
}

.contact_form_box{
	border: 5px solid #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #F0F0F0;
}
.contact_form_box table{
	margin-bottom: 0px;
}
.contact_form_box th{
	vertical-align: top;
	text-align: left;
 display: block; 
 width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	white-space:nowrap;
}
.contact_form_box th span{
	color: #FFF;
	background-color: #0079C3;
	display: inline-block;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-left: 5px;
}
.contact_form_box td{
 display: block; 
 width: 90%;
	padding: 5%;
}


/*
p.contact_form_btn{
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	background-color: #F3C75B;
	text-align: center;
	padding: 20px;
}
*/
.contact_form_box input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contact_form_box textarea{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*内容確認ボタン*/
  input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }
.contact_form_btn{
	text-align: center;
}
.contact_form_box .contact_form_btn input{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #F3C75B;
	text-align: center;	padding: 20px;
	cursor: pointer;
	border:none;
}

/*修正・送信ボタン*/
.contact_form_btn02{
	text-align: center;
	cursor: pointer;
}
.contact_form_box .contact_form_btn02 input{
	font-size: 14px;
	text-align: center;
	padding: 15px;
	margin:10px;
}

input#zips{
	background-color: #DDD;
	border:#DDD solid 1px;
	}

/*フォーム幅*/
.form_a{
	width: 95%;
	line-height: 160%;
	padding: 2%;
	border: 1px solid #999;
}
.form_c{
	width: 85%;
	line-height: 160%;
	padding: 2%;
	border: 1px solid #999;
}
.form_b{
	width: 95%;
	line-height: 160%;
	padding: 2%;
	border: 1px solid #999;
}




/*お問合せフォーム 確認/送信完了*/
.contact_form_fin{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
}
	

/*フォーム　例*/
::-webkit-input-placeholder {
    color: #A0D2F2; }

:-moz-placeholder {
    color: #A0D2F2; opacity: 1; }

::-moz-placeholder {
    color: #A0D2F2; opacity: 1; }

:-ms-input-placeholder {
    color: #A0D2F2; }






/* min-widht (～以上の指定)
----------------------------------------------- */


/* ---------------------------------- メディアクエリ： 481px ～ タブレット ---------------------------------- */

@media print, screen and (min-width: 481px) {

	
	/* =================================================================

		#footer
		
================================================================= */

#footer{
	background-color: #004477;
	padding-top: 80px;
	padding-bottom: 80px;
}

.footer_box01{
}


/*問い合わせ窓口*/
.footer_box01_contact{
	color: #FFF;
	text-align: center;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.footer_box01_contact_brd{
	border: 1px solid #FFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 20px;
	
}
.footer_box01_contact_brd h5{
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/common/footer_hr.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

p.footer_box01_contact_tel{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}



p.footer_box01_contact_btn a{
	padding: 5px;
	border: 1px solid #FFF;
	color: #FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

p.footer_box01_contact_btn a:hover {
	text-decoration: none;
	color: #0079C3;
 background: #fff;
}


/*ナビゲーション、著作権*/
.footer_box01_nav{
}

.footer_box01_nav nav{
	font-size: 15px;
}
.footer_box01_nav nav ul{
	border:none;}
.footer_box01_nav nav div{
	float: left;
	width:30%;
	padding-left:3%;
	padding-right: 0px;
}
.footer_box01_nav nav div li{
	background-image: url(../img/common/nav03.png);
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	text-align:left;
}
.footer_box01_nav nav a{
	color: #FFF;
	display:inline;
	border:none;
	padding:0px;
}

address{
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	padding-top: 40px;
}

	
	
/*スマホ用ボタン表示
----------------------------------------------- */
	
#sp_header {
	width: 100%;
	background: #004477;
	position: relative;
}
#sp_header_logo {
	width: 300px;
	padding-left:30%;
	padding-top:20px;
	padding-bottom:20px;
}
#sp_header_btn {
	position: absolute;
	top: 25px;
	left: 10px;
}
#sp_header_btn img{
	width:50px;
	height:auto;
}

	

	
	
/* =================================================================

		ページ内簡易お問合せフォーム
		
================================================================= */

/*お問合せフォーム*/
.contact_form{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F0F0F0;
}
.contact_form h3,
.contact_form_fin h3{
	color: #004477;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 160%;
}
.contact_form p,
.contact_form_fin p{
	padding-bottom: 20px;
}


.contact_form_box{
	border: 5px solid #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.contact_form_box table{
	margin-bottom: 10px;
	width:100%;
}
.contact_form_box th{
	vertical-align: top;
	text-align: left;
 display: block; 
 width: 90%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom:2%;
	padding-left: 5%;
}
.contact_form_box th span{
	color: #FFF;
	background-color: #0079C3;
	display: inline-block;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-left: 5px;
}
.contact_form_box td{
 display: block; 
 width: 90%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom:2%;
	padding-left: 5%;
}

	
	
/*お問合せフォーム 確認/送信完了*/
.contact_form_fin{
	padding-top: 0px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
}
	
	
	
	

}





























/* ----------------------------------  メディアクエリ： 769px ～ PC ----------------------------------  */

@media print, screen and (min-width: 769px) {


/* =================================================================================


		全ページ共通


================================================================================= */


/* =================================================================
		ページのトップに戻るボタン
================================================================= */

#page_top {
    position: fixed;
    bottom: 0px;
    right: 2%;
}
#page_top a {
	display: block;
	width: 140px;
	height: 136px;
	background-image: url(../img/common/pagetop.png);
	background-size:140px auto;
	background-repeat: no-repeat;
	background-position: left top;
}




/* =================================================================

		#wrapper
		
================================================================= */

#wrapper{
	line-height: 160%;
}




/* =================================================================

		#header
		
================================================================= */

#header{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	display:block;

}

#header h1{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}


/*logo*/
p.header_logo{
	float: left;
}

/*tel*/
p.header_tel{
	float: none;
	text-align: right;
	font-weight: bold;
}
.header_tel span{
	background-image: url(../img/common/icon_tel.png);
	background-size:25px 25px;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 30px;
	font-size: 28px;
	margin-left: 10px;
}

p.header_tel a:link,
p.header_tel a:visited,
p.header_tel a:hover
{
	color: #FFF;
}

/*スマホ用ヘッダー（ボタン）*/
#sp_header{
	display:none;
}




/*グローバルナビ*/
#header ul{
	padding-top: 25px;
	text-align: center;
}

#header ul li{
	display: inline-block;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 10px;
}
#header ul li a{
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}

#header ul li a:hover {
	text-decoration: none;
}

#header ul li a.current{
}


/*現在のページと親ディレクトリへのリンク*/
.index a.cr_index,
.listing a.cr_listing,
.seo a.cr_seo,
.homepage a.cr_homepage,
.company a.cr_company,
.recruit a.cr_recruit,
.inquiry a.cr_inquiry
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0D2F2;
}





/* =================================================================

		スマホ時に表示　Sidr メニュー
		
================================================================= */
.gnav{
	display: block;
}
#mobile {
	display: none;
}



/* =================================================================

		#topicpath
		
================================================================= */



/* =================================================================

		#contents
		
================================================================= */





/* =================================================================

		#main
		
================================================================= */






/* =================================================================

		#side
		
================================================================= */






/* =================================================================

		#footer
		
================================================================= */

#footer{
	background-color: #004477;
	padding-top: 80px;
	padding-bottom: 80px;
}

.footer_box01{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/*問い合わせ窓口*/
.footer_box01_contact{
	width:auto;
	float: right;
	color: #FFF;
	text-align: center;
}
.footer_box01_contact_brd{
	border: 1px solid #FFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: px;
	padding-left: 40px;
	margin-top: 20px;
}
.footer_box01_contact_brd h5{
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/common/footer_hr.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

p.footer_box01_contact_tel{
	font-size: 18px;
	font-weight: bold;
	background-image: url(../img/common/icon_tel.png);
	background-size:20px 20px;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}



p.footer_box01_contact_btn a{
	padding: 5px;
	border: 1px solid #FFF;
	color: #FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

p.footer_box01_contact_btn a:hover {
	text-decoration: none;
	color: #0079C3;
 background: #fff;
}


/*ナビゲーション、著作権*/
.footer_box01_nav{
	float: left;
}

.footer_box01_nav nav{
	font-size: 15px;
}
.footer_box01_nav nav ul{
	border:none;}
.footer_box01_nav nav div{
	float: left;
	padding-right: 50px;
	width:auto;
}
.footer_box01_nav nav div li{
	background-image: url(../img/common/nav03.png);
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	text-align:left;
}
.footer_box01_nav nav a{
	color: #FFF;
	display:inline;
	border:none;
	padding:0px;
}

address{
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	padding-top: 80px;
}



/* =================================================================

		ページ内簡易お問合せフォーム
		
================================================================= */

/*お問合せフォーム*/
.contact_form{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F0F0F0;
}
.contact_form h3,
.contact_form_fin h3{
	color: #004477;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 40px;
	line-height: 160%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.contact_form p,
.contact_form_fin p{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

.contact_form_box{
	border: 5px solid #FFF;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
}
.contact_form_box table{
	margin-bottom: 30px;
}
.contact_form_box th{
	padding: 15px;
	vertical-align: top;
	text-align: left;
	width: 180px;
	display:table-cell;
	white-space:nowrap;
	
}
.contact_form_box th span{
	color: #FFF;
	background-color: #0079C3;
	display: inline-block;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-left: 5px;
}
.contact_form_box td{
	padding: 10px;
	width:730px;
	display:table-cell;
}



/*
p.contact_form_btn{
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	background-color: #F3C75B;
	text-align: center;
	padding: 20px;
	width: 200px;
}


.contact_form_box input{
	width: 50%;
	line-height: 160%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	color: #333;
}

.contact_form_box textarea{
	width: 100%;
	line-height: 160%;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/


/*内容確認ボタン*/
.contact_form_box .contact_form_btn input{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #F3C75B;
	text-align: center;
	padding-left:50px;
	padding-right:50px;
	border:none;
}



/*フォーム幅*/
.form_a{
}
.contact_form_box .form_b{
	width:100%;
}
.form_c{
	width:20%;
}




/*お問合せフォーム 確認/送信完了*/
.contact_form_fin{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}




}























/* ---------------------------------- メディアクエリ： 1000px ～ ----------------------------------  */

@media print, screen and (min-width: 1000px) {










}

/* ----------------------------------  ※下記指定はしません ----------------------------------  */


/* max-widht (～以下の指定)
----------------------------------------------- */

/* メディアクエリ： ～ 480px */

@media print, screen and (max-width: 480px) {
	
}


/* メディアクエリ： ～ 768px */

@media print, screen and (max-width: 768px) {
	
}


/* 高解像度用メディアクエリー
----------------------------------------------- */

/* 高解像度用メディアクエリー(481px ～ ) */

@media print, screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 481px) {

}