@charset "utf-8";
/*----------------------------------------------------
Default Layout
----------------------------------------------------*/
html{
	overflow-y:scroll;
	font-size:62.5% !important;
}
body{
	width:100%;
	margin:0;
	padding:0;
	color:#4a5659;
	font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*font-family:Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; ←明朝体の場合*/
	line-height:1.4;
	font-size:14px;
	font-size:1.4rem;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* --- link --- */
a,
a:link,
a:visited {
	color: #00BCD4;
	outline: none;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

a img {
	border-style: none;
}

ul,
ol {
	margin:0;
	padding:0;
}
ul li,
ol li {
	list-style: none;
}

img{
	max-width:100%;
	height:auto;
}
/*----------------------------------------------------
General Layout
----------------------------------------------------*/
/* --- clear fix --- */
.cf{zoom:1;}
.cf:before,.cf:after{content:""; display:table;}
.cf:after{clear:both;}

.clear {clear:both;}

.img_l{
	float:left;
	margin:0 20px 10px 0;
}
.img_r{
	float:right;
	margin:0 0 10px 20px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.layout_l{
	text-align:left;
}
.layout_c{
	text-align:center;
}
.layout_r{
	text-align:right;
}
.txt_small{
	font-size:12px;
	font-size:1.2rem;
}
.txt_large{
	font-size:20px;
	font-size:2.0rem;
}
.txt_xlarge{
	font-size:26px;
	font-size:2.6rem;
}
.color_red {
	color:#b60005;
}
.border {
	padding: 0 5px;
	border: 1px solid #000;
}
span.border {
	display: inline-block;
}


#page a:hover img,
#page a:active img,
#page a:focus img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-o-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}


.mgn_t0 {
	margin-top: 0px !important;
}
.mgn_t5 {
	margin-top: 5px !important;
}
.mgn_t10 {
	margin-top: 10px !important;
}
.mgn_t15 {
	margin-top: 15px !important;
}
.mgn_t20 {
	margin-top: 20px !important;
}
.mgn_t30 {
	margin-top: 30px !important;
}
.mgn_t40 {
	margin-top: 40px !important;
}

.mgn_b0 {
	margin-bottom: 0px !important;
}
.mgn_b5 {
	margin-bottom: 5px !important;
}
.mgn_b10 {
	margin-bottom: 10px !important;
}
.mgn_b15 {
	margin-bottom: 15px !important;
}
.mgn_b20 {
	margin-bottom: 20px !important;
}
.mgn_b30 {
	margin-bottom: 30px !important;
}
.mgn_b40 {
	margin-bottom: 40px !important;
}

.mgn_r0 {
	margin-right: 0px !important;
}
.mgn_r5 {
	margin-right: 5px !important;
}
.mgn_r10 {
	margin-right: 10px !important;
}
.mgn_r15 {
	margin-right: 15px !important;
}
.mgn_r20 {
	margin-right: 20px !important;
}
.mgn_r30 {
	margin-right: 30px !important;
}
.mgn_r40 {
	margin-right: 40px !important;
}

.mgn_l0 {
	margin-left: 0px !important;
}
.mgn_l5 {
	margin-left: 5px !important;
}
.mgn_l10 {
	margin-left: 10px !important;
}
.mgn_l15 {
	margin-left: 15px !important;
}
.mgn_l20 {
	margin-left: 20px !important;
}
.mgn_l30 {
	margin-left: 30px !important;
}
.mgn_l40 {
	margin-left: 40px !important;
}


.pdg_t0 {
	padding-top: 0px !important;
}
.pdg_t5 {
	padding-top: 5px !important;
}
.pdg_t10 {
	padding-top: 10px !important;
}
.pdg_t20 {
	padding-top: 20px !important;
}
.pdg_t30 {
	padding-top: 30px !important;
}
.pdg_t40 {
	padding-top: 40px !important;
}

.pdg_b0 {
	padding-bottom: 0px !important;
}
.pdg_b5 {
	padding-bottom: 5px !important;
}
.pdg_b10 {
	padding-bottom: 10px !important;
}
.pdg_b20 {
	padding-bottom: 20px !important;
}
.pdg_b30 {
	padding-bottom: 30px !important;
}
.pdg_b40 {
	padding-bottom: 40px !important;
}

.pdg_r0 {
	padding-right: 0px !important;
}
.pdg_r5 {
	padding-right: 5px !important;
}
.pdg_r10 {
	padding-right: 10px !important;
}
.pdg_r20 {
	padding-right: 20px !important;
}
.pdg_r30 {
	padding-right: 30px !important;
}
.pdg_r40 {
	padding-right: 40px !important;
}

.pdg_l0 {
	padding-left: 0px !important;
}
.pdg_l5 {
	padding-left: 5px !important;
}
.pdg_l10 {
	padding-left: 10px !important;
}
.pdg_l20 {
	padding-left: 20px !important;
}
.pdg_l30 {

	padding-left: 30px !important;
}
.pdg_l40 {
	padding-left: 40px !important;
}


.f10 {
	font-size: 10px !important;
}
.f12 {
	font-size: 12px !important;
}
.f14 {
	font-size: 14px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.f22 {
	font-size: 22px !important;
}
.f24 {
	font-size: 24px !important;
}


.fb {
	font-weight: bold !important;
}


/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
*/


/*----------------------------------------------------
Base Layout PC
----------------------------------------------------*/

/*----------------------------
共通要素のレイアウト
----------------------------*/
#page {
	position: relative;
}
.content {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.content ol {
	margin: 10px 0;
	padding-left: 3em;
}
.content ol li {
	margin-bottom:10px;
	list-style-type: decimal;
	list-style-position: outside;
}

.arrow {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/arrow_r02.png) 0 0.4em no-repeat;
}


/* --- メインコンテンツ --- */
.content .content_main {
	float: left;
	width: 69.387%;
	max-width: 680px;
}
.content .content_main p {
	margin-bottom: 15px;
}

.content .content_main .content_sec {
	margin: 0 0 50px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.content .content_main .main_bnr{
    text-align: center;
}
.content .content_main .main_bnr p{
    font-weight: bold;
    margin-bottom: 5px;
}


/* --- サイドコンテンツ --- */
.content .content_side {
	float: right;
	width: 25.510%;
	max-width: 250px;
	text-align: center;
}
.content .content_side .side_section {
	padding: 20px 0;
	font-size: 12px;
	border-bottom: 1px solid #4a5659;
}
.content .content_side .side_section:first-child {
	padding-top: 0;
}
.content .content_side .side_section dl dt {
	margin: 0 0 10px;
}
.content .content_side .side_section .address {
	width: 100%;
	max-width: 225px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/* --- 見出し --- */
h2 {
	margin: 0 -20px 20px;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 1.2;
	background: #fdf2e9;
	border-top: 1px solid #fa9a4c;
}
h3 {
	margin: 20px 0 15px;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 1.2;
	border-left: 5px solid #6fc9d9;
}



/* --- header --- */
header {
	margin: 0 auto;
}
header .hd_title {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

header .hd_title h1 {
	padding: 20px 0;
	text-align: center;
}

header .hd_title h1 a{
    text-decoration: none;
    color: #4a5659;
}
header .hd_title h1 .lead1 {
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
header .hd_title h1 .lead2 {
	display: block;
	font-size: 30px;
	font-weight: normal;
}



/* --- navigation --- */
header nav {
	background: #70c9d9;
}
header nav ul {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
header nav ul li {
	float: left;
	width: 14.2%;
	text-align: center;
    font-weight: bold;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
header nav ul li:first-child {
	border-left: 1px solid #fff;
}
header nav ul li a:link,
header nav ul li a:visited {
	display: block;
    padding: 1em;
	line-height: 30px;
	color: #fff;
	background: #70c9d9;
}
header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a:focus,
header nav ul li.current a {
	text-decoration: none;
	background: url(../images/nav_bg_on.png) 0 0 repeat-x;
	background-size: contain;
}



/* --- footer --- */
footer {
	width: 100%;
}
footer .copyright {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #70c9d9;
}




/* --- pagetop --- */
#btn_pagetop {
	position: fixed;
	right: 20px;
	bottom: 5px;
}






/*----------------------------
トップページ
お知らせ
----------------------------*/
#index {}
#index .visual {
	margin: 20px 0 50px;
}
#index .visual img {
	border: 1px solid #dbdbdb;
}

#index .news,
#news .news {
	margin-top: -10px;
	overflow: hidden;
}
#index .news dt,
#news .news dt {
	clear: both;
	float: left;
	width: 9em;
	padding: 10px 0;
	font-weight: bold;
}
#index .news dd,
#news .news dd {
	padding: 10px 0 10px 9em;
	border-bottom: 1px dashed #dbdbdb;
}



#news .news_schedule {
	margin: 0 0 15px;
	overflow: hidden;
}
#news .news_schedule dt {
	clear: both;
	float: left;
	width: 3em;
	padding: 5px 0;
}
#news .news_schedule dd {
	padding: 5px 0 5px 3em;
}






/*----------------------------
中のページ　共通テンプレート
----------------------------*/
/* ページタイトル */
.pagetitle {
	background: url(../images/title_bg.png) 0 0;
}
.pagetitle h1 {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	max-width: 980px;
	font-size: 32px;
	text-align: center;
}



/* パンくず */
.path {
	width: 100%;
	max-width: 980px;
	margin: 10px auto 30px;
	font-size: 12px;
	overflow: hidden;
}
.path li {
	float: left;
}
.path li a {
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
	text-decoration: none;
	background: url(../images/arrow_r01.png) right 50% no-repeat;
}
.path li a:hover {
	text-decoration: underline;
}



/* テーブル */
table.table_common {
}
table.table_common caption {
}
table.table_common th {
}
table.table_common td {
}




/*----------------------------
事業目的
----------------------------*/
#purpose {}

#purpose .content_sec {
}

#purpose .purpose_txt {
	padding: 20px 0 0;
	font-family:Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.5em;
}
#purpose .purpose_txt.txt_name {
	padding-top: 0;
	letter-spacing: 0.1em;
	font-size: 22px;
}



/*----------------------------
人材紹介
----------------------------*/
#jinzai {}

#jinzai .jinzai_flow {
	margin: 20px 0;
}
#jinzai .jinzai_flow dt {
	display: inline-block;
	margin: 0 0 5px;
	padding: 2px 5px 3px;
	width: 12em;
	text-align: center;
	color: #fff;
	background: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#jinzai .jinzai_flow dd {
	margin: 0 0 10px;
	padding: 0 0 35px;
	background: url(../images/arrow_b01.png) 12% 100% no-repeat;
}
#jinzai .jinzai_flow dd:last-child {
	padding-bottom: 0;
	background: none;
}




/*----------------------------
WEB制作
----------------------------*/
#product {}
#product .product_list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #4a5659;
	overflow: hidden;
}
#product .product_list dt {
	float: left;
	width: 32%;
}
#product .product_list dd {
	float: right;
	width: 66%;
}
#product .product_list dd h3 {
	margin-top: 10px;
}



/*----------------------------
会社案内
----------------------------*/
#company {}
#company .about_company {
	overflow: hidden;
}
#company .about_company dt {
	float: left;
	width: 8em;
	padding: 10px 0;
	font-weight: bold;
}
#company .about_company dd {
	padding: 10px 0 10px 8em;
	border-bottom: 1px dotted #4a5659;
}



/*----------------------------
アクセス
----------------------------*/
.gmap {
	width: 100%;
	position: relative;
	padding-bottom: 62.5%;
	height: 0;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*----------------------------
お問い合わせ
----------------------------*/
#contact {}

#contact .contact_tel {
	overflow: hidden;
}
#contact .contact_tel dt {
	float: left;
	width: 13em;
	font-size: 18px;
}
#contact .contact_tel dd {
	margin-left: 13em;
}
#contact .contact_tel dd span {
	font-size: 20px;
}

#contact form.form_category br {
	display: none;
}

#contact input {
	vertical-align: middle;
}
#contact .category_txt {
	margin: 0 40px 0 5px;
	font-size: 18px;
	vertical-align: middle;
}
#contact .limited_font strong {
	color: #ff4646;
}





/*----------------------------
個人情報保護
----------------------------*/
#privacy {}

#privacy dl.privacy_list {
	margin-bottom: 15px;
}
#privacy dl.privacy_list dd {
	padding-left: 1em;
}

#privacy ul.privacy_list li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}





/*----------------------------------------------------
　Media Queries
 980px以下用の記述
----------------------------------------------------*/
@media screen and (max-width: 980px) {


	/*----------------------------
	共通要素のレイアウト
	----------------------------*/
	.content {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* --- header --- */

	/* --- footer --- */

	/* --- content --- */




	/*----------------------------
	トップページ
	----------------------------*/




	/*----------------------------
	中のページ　共通テンプレート
	----------------------------*/
	/* パンくず */
	.path {
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}




}



/*----------------------------------------------------
　Media Queries
 599px以下用の記述
----------------------------------------------------*/
@media screen and (max-width: 599px) {

	/*----------------------------
	お問い合わせ
	----------------------------*/
	#contact form.form_category br {
		display: block;
	}

	#contact .contact_tel dt {
		float: none;
		width: 100%;
	}
	#contact .contact_tel dd {
		margin-left: 0;
	}


}





/*----------------------------------------------------
　Media Queries
 767px以下用（タブレット／スマートフォン用）の記述
----------------------------------------------------*/
@media screen and (max-width: 767px) {

	/*----------------------------
	共通要素のレイアウト
	----------------------------*/
	/* --- メインコンテンツ --- */
	.content .content_main {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #4a5659;
	}

	/* --- サイドコンテンツ --- */
	.content .content_side {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}



	/* --- header --- */
	header .hd_title {
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	header .hd_title h1 {
		padding-bottom: 0;
		width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
	header .hd_title h1 .lead2 {
		font-size: 24px;
	}



	/* --- footer --- */

	/* --- content --- */




	/*----------------------------
	トップページ
	----------------------------*/




	/*----------------------------
	中のページ　共通テンプレート
	----------------------------*/
	/* パンくず */
	.path {
		padding-right: 0;
		padding-left: 0;
	}


	/*----------------------------
	事業目的
	----------------------------*/
	#purpose {}

	#purpose .purpose_txt {
		letter-spacing: 0.1em;
	}


}







/*----------------------------------------------------
 　Media Queries
  490px以下用（スマートフォン用）の記述
----------------------------------------------------*/
@media screen and (max-width: 490px){


	/*----------------------------
	共通要素のレイアウト
	----------------------------*/
	/* --- メインコンテンツ --- */
	.content .content_main .content_sec {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 30px;
	}



	/* --- 見出し --- */
	h2 {
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	h3 {
		font-size: 14px;
	}


	/* --- header --- */
	header .hd_title h1 {
		width: 100%;
		padding-top: 15px;
		padding-right: 40px;
		text-align: left;
	}
	header .hd_title h1 .lead1 {
		margin-right: -40px;
		text-align: center;
	}
	header .hd_title h1 .lead2 {
		margin-right: -40px;
		text-align: center;
		font-size: 22px;
	}



	/* --- footer --- */

	/* --- content --- */



	/*----------------------------
	トップページ
	----------------------------*/
	#index .visual {
		margin-bottom: 30px;
	}

	#index .news dt,
	#news .news dt {
		float: none;
		width: 100%;
	}
	#index .news dd,
	#news .news dd {
		padding: 0 0 10px;
	}



	/*----------------------------
	中のページ　共通テンプレート
	----------------------------*/
	/* ページタイトル */
	.pagetitle h1 {
		padding: 10px 20px;
		font-size: 26px;
	}



	/*----------------------------
	事業目的
	----------------------------*/
	#purpose {}

	#purpose .purpose_txt {
		font-size: 20px;
	}
	#purpose .purpose_txt.txt_name {
		font-size: 16px;
	}



	/*----------------------------
	WEB制作
	----------------------------*/
	#product .product_list dd h3 {
		margin-top: 0;
	}


}







