﻿@charset "UTF-8";
/*
STYLE for 株式会社コードダイナミクス（min-width: 1024px）
author : k.iwamoto (an-zu)
update : 2019.10.19

#####################################
 1.	基本レイアウト設定
 2.	ヘッダー関連
 3.	フッター関連
 4.	共通パーツ
 5.	個別パーツ
#####################################

※フォントサイズについて
1.2rem → 12px
1.4rem → 14px
1.6rem → 16px...

*/

/*==============================================================
	1.	基本レイアウト設定
==============================================================*/

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	background: #FFF;
	color: #333;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif ;
	zoom: 1;
	line-height: normal;
}

#pagetop {
	width: 100%;
	z-index: 1000;
	position: absolute;
}
#pagetop.fix {
	position: fixed;
	bottom: 0;
	}
	#pagetop p {
		width: 980px;
		margin: 0 auto;
		text-align: right;
		}
		#pagetop p a {
			display: inline-block;
			width: 60px;
			height: 60px;
			border-radius: 30px;
			text-indent: -9999px;
			text-align: left;
			background: url("../img/ico_pagetop.png") no-repeat 50% 50% #ff2600;
			background-size: 60px;
		}

#toggle-sidebar {
	display: none;
}

/*==============================================================
	2.	ヘッダー関連
==============================================================*/
header#global {
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	z-index: 2;
	}
	header#global .inner {
		width: 980px;
		margin: 0 auto;
		overflow: hidden;
	}
	header#global h1 {
		text-align: right;
		font-size: 12px;
		line-height: 30px;
		font-weight: normal;
		height: 30px;
	}
	header#global #logo {
		float: left;
		width: 154px;
		}
		header#global #logo a img {
			width: 154px;
			height: 50px;
		}
	header#global nav {
		float: right;
		}
		header#global nav ul {
			overflow: hidden;
			font-size: 0;
			}
			header#global nav ul li {
				display: inline-block;
				}
				header#global nav ul li a {
					display: block;
					height: 70px;
					box-sizing: border-box;
					text-align: center;
					padding: 15px 30px 0;
					font-size: 14px;
					line-height: 1.4em;
					font-weight: bold;
					text-decoration: none;
					color: #000;
					border-top: 5px solid #000;
					}
					header#global nav ul li a:link,
					header#global nav ul li a:hover,
					header#global nav ul li a:visited {
						text-decoration: none;
						color: #000;
					}
					header#global nav ul li a:hover {
						border-top: 5px solid #ff2600;
					}
					header#global nav ul li a span {
						display: block;
						font-size: 12px;
						font-family: Helvetica, Arial, "sans-serif";
						color: #ff2600;
						font-weight: normal;
					}
		header#global nav .btn_close {
			display: none;
			}

/* アクティブ時 */
#index header#global nav ul li:nth-child(1) a { border-top: 5px solid #ff2600;}
#business header#global nav ul li:nth-child(2) a { border-top: 5px solid #ff2600;}
#company header#global nav ul li:nth-child(3) a { border-top: 5px solid #ff2600;}
#recruit header#global nav ul li:nth-child(4) a { border-top: 5px solid #ff2600;}
#contact header#global nav ul li:nth-child(5) a { border-top: 5px solid #ff2600;}


/*==============================================================
	3.	フッター関連
==============================================================*/
footer {
	width: 100%;
	}
	footer .inner {
		width: 100%;
		background: #000;
	}
	footer .inner > ul {
		width: 980px;
		background: url("../img/bg_footer.png") no-repeat right 50%;
		overflow: hidden;
		margin: 0 auto;
		padding: 50px 0;
		}
		footer .inner > ul > li {
			font-size: 14px;
			line-height: 2em;
			width: 196px;
			float: left;
			}
			footer .inner > ul > li:last-child {
				text-align: right;
			}
			footer .inner > ul > li a {
				color: #999;
				}
				footer .inner > ul > li > a {
					text-decoration: none;
				}
				footer .inner > ul > li > ul > li {
					font-size: 12px;
					line-height: 2em;
					}
					footer .inner > ul > li > ul > li::before {
						content: "・";
						color: #999;
					}
	footer p {
		padding: 20px 0;
		text-align: center;
		font-size: 12px;
		line-height: 1.4em;
		font-family: Helvetica, Arial, "sans-serif";
	}

/*==============================================================
	4.	共通パーツ
==============================================================*/

.sp {
	display: none;
}

a:link,
a:hover,
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}

a.link_ico {
	background: url("../img/ico_link.png") no-repeat right 30%;
	background-size: 12px 14px;
	padding-right: 20px;
}
a.blank {
	background: url("../img/ico_blank.png") no-repeat right 20%;
	background-size: 15px 12px;
	padding-right: 20px;
}
a.btn_link {
	display: inline-block;
	background: url("../img/ico_link2.png") no-repeat right 10px top 50% #ff2600;
	background-size: 12px 14px;
	line-height: 1em;
	padding: 6px 35px 3px 15px;
	color: #fff;
	text-decoration: none;
	border-radius: 15px;
}



.txt_red {
	color: #ff0000;
}
.txt_orange {
	color: #ff6600;
}
.txt_blue {
	color: #0067cc;
}

#contents_top,
#contents {
	padding-top: 100px;
	padding-bottom: 50px;
}

#contents header h2 {
	width: 100%;
	height: 150px;
	font-size: 28px;
	line-height: 150px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: url("../img/bg_main.png") no-repeat 50% 50% #000;
	background-size: cover;
}

.breadcrumbs {
	background: #f7f7f7;
	}
	.breadcrumbs ul {
		width: 980px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 0;
		text-align: right;
		}
		.breadcrumbs ul li {
			display: inline-block;
			padding-left: 1em;
			line-height: 30px;
			font-size: 12px;
			}
			.breadcrumbs ul li:before {
				content: "＞　";
				color: #ff2600;
			}
			.breadcrumbs ul li:nth-child(1) {
				padding-left: 0;
			}
			.breadcrumbs ul li:nth-child(1):before {
				content: "";
			}
.breadcrumbs.top { margin-bottom: 50px;}

#contents section {
	width:980px;
	margin: 0 auto 30px;
	overflow: hidden;
	font-size: 14px;
	line-height: 2em;
	}
	#contents section .block {
		overflow: hidden;
		margin-bottom: 20px;
	}
	#contents section .note {
		padding: 20px 25px;
		background: #f7f7f7;
		border: 1px solid #eee;
	}

/* 下線付き見出し */
#contents section h2 {
	font-size: 18px;
	line-height: 1.4em;
	padding-bottom: 2px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
	}
	#contents section h2 span {
		padding-bottom: 10px;
		border-bottom: 1px solid #ff2600;
		display: block;
	}

/* 見出し */
#contents section .block h3 {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	}
	#contents section .block h3 span {
		font-size: 14px;
	}
#contents section .block p {
}

/* 箇条書きリスト */
#contents section .block ul {
	list-style-type: circle;
	padding-left: 2.5em;
	}
	#contents section ul li {
		}

/* 番号付きリスト */
#contents section .block ol {
	list-style-type: decimal;
	padding-left: 2.5em;
	}
	#contents section .block ol li {
	}

/* 説明リスト */
#contents section .block dl {
	}
	#contents section .block dl dt {
	}
	#contents section .block dl dd {
		padding-left: 2.5em;
	}


#contents section .block figure {
	margin: 0 auto 20px;
	text-align: center;
}
#contents section .block figure.float_l {
	float: left;
	margin: 0 20px 20px 0;
}
#contents section .block figure.float_r {
	float: right;
	margin: 0 0 20px 20px;
}
#contents section .block figure figcaption {
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}


/* テーブルパターン１（２列構成（左列見出し）のテーブル） */
#contents section .block table.table01 {
	width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #666;
	box-sizing: border-box;
	}
	#contents section .block table.table01 tr {
		}
		#contents section .block table.table01 tr th{
			background: #f7f7f7;
			padding: 8px 15px;
			border-bottom: 1px solid #666;
			font-weight: normal;
		}
		#contents section .block table.table01 tr td {
			background: #fff;
			padding: 8px 15px;
			border-bottom: 1px solid #666;
		}
#contents section .block table.table01 caption {
	text-align: left;
}

/* テーブルパターン２（２列構成（左列見出し）以外のテーブル） */
#contents section .block.table_scroll {
	margin-bottom: 20px;
}

#contents section .block table.table02 {
	width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #666;
	box-sizing: border-box;
}
	#contents section .block table.table02 tr {
		}
		#contents section .block table.table02 tr th{
			background: #f7f7f7;
			padding: 8px 15px;
			border: 1px solid #666;
			font-weight: normal;
		}
		#contents section .block table.table02 tr td {
			background: #fff;
			padding: 8px 15px;
			border: 1px solid #666;
		}
#contents section .block table.table02 caption {
	text-align: left;
}

/* テーブルパターン３（フォーム） */
#contents section .block table.form {
	}
	#contents section .block table.form tr {
		}
		#contents section .block table.form tr th {
			width: 180px;
			padding: 10px 15px;
			text-align: left;
			vertical-align: top;
			overflow: hidden;
			}
			#contents section .block table.form tr th strong {
				float: right;
				font-size: 12px;
				line-height: 1em;
				font-weight: normal;
				color: #fff;
				display: inline-block;
				background: #ff2600;
				padding: 3px 10px;
				margin-top: 3px;
				border-radius: 10px;
			}
		#contents section .block table.form tr td {
			padding: 10px 15px;
			overflow: hidden;
			}
			#contents section .block table.form tr td input[type="text"],
			#contents section .block table.form tr td input[type="tel"],
			#contents section .block table.form tr td input[type="email"] {
				font-size: 16px;
				line-height: 1.4em;
				padding: 5px 10px;
				display: block;
				border: 1px solid #999;
				margin-bottom: 10px;
			}
			#contents section .block table.form tr td p.error {
				display: none;
			}

		#contents section .block table.form tr td label {
			margin-right: 10px;
		}
		#contents section .block table.form tr td input[type="radio"] {
			margin-right: 5px;
		}

		#contents section .block table.form tr td input[name="zipcode"],
		#contents section .block table.form tr td input[name="prefectures"],
		#contents section .block table.form tr td input[name="recruit_zipcode"],
		#contents section .block table.form tr td input[name="recruit_prefectures"]{
			width: 200px;
		}
		#contents section .block table.form tr td input[name="name"],
		#contents section .block table.form tr td input[name="add1"],
		#contents section .block table.form tr td input[name="add2"],
		#contents section .block table.form tr td input[name="add3"],
		#contents section .block table.form tr td input[name="tel1"],
		#contents section .block table.form tr td input[name="tel2"],
		#contents section .block table.form tr td input[name="fax"],
		#contents section .block table.form tr td input[name="mail1"],
		#contents section .block table.form tr td input[name="mail2"],
		#contents section .block table.form tr td input[name="recruit_name"],
		#contents section .block table.form tr td input[name="recruit_add1"],
		#contents section .block table.form tr td input[name="recruit_add2"],
		#contents section .block table.form tr td input[name="recruit_tel1"],
		#contents section .block table.form tr td input[name="recruit_tel2"],
		#contents section .block table.form tr td input[name="recruit_fax"],
		#contents section .block table.form tr td input[name="recruit_mail1"],
		#contents section .block table.form tr td input[name="recruit_mail2"] {
			width: 500px;
		}
		#contents section .block table.form tr td textarea[name="kibou"], 
		#contents section .block table.form tr td textarea[name="message"], 
		#contents section .block table.form tr td textarea[name="recruit_message"]{
			width: 500px;
			font-size: 16px;
			line-height: 1.4em;
			padding: 5px 10px;
			height: 10em;
			border: 1px solid #999;
		}

		#contents section .block table.form tr td input[name="zipcode"],
		#contents section .block table.form tr td input[name="recruit_zipcode"]{
			float: left;
			margin-right: 10px;
		}
		#contents section .block table.form tr td input[name="prefectures"],
		#contents section .block table.form tr td input[name="recruit_prefectures"] {
			clear: left;
		}

		#contents section .block table.form tr td input[name="zipcodeBtn"],
		#contents section .block table.form tr td input[type="file"] {
			-webkit-appearance:none;
			font-size: 16px;
			line-height: 1.4em;
			padding: 5px 15px;
			display: block;
			border: 1px solid #999;
			background: #ddd;
			border-radius: 20px;
		}


/* エラー表示 */
		#contents section .block table.form tr.error th {
		}
		#contents section .block table.form tr.error td {
			background: #fdd;
			}
			#contents section .block table.form tr.error td p.error {
				display: block;
				color: #ff2600;
			}

.btn_area {
	text-align: center;
	padding-top: 30px;
	}
	.btn_area .btn_submit {
		-webkit-appearance:none;
		font-size: 24px;
		line-height: 60px;
		line-height: 1.4em;
		text-decoration: none;
		color: #fff;
		background: #ff2600;
		display: inline-block;
		width: 350px;
		height: 60px;
		padding: 0;
		margin: 0 10px;
		border-radius: 30px;
		border: none;
		border-bottom: 2px solid #ccc;
		cursor: pointer;
		}
		.btn_area .btn_submit:hover {
			transform: translateY(2px);
			border-bottom: 2px solid #fff;
		}
	.btn_area .btn_back {
		-webkit-appearance:none;
		font-size: 24px;
		line-height: 60px;
		line-height: 1.4em;
		text-decoration: none;
		color: #fff;
		background: #999;
		display: inline-block;
		width: 150px;
		height: 60px;
		padding: 0;
		margin: 0 10px;
		border-radius: 30px;
		border: none;
		border-bottom: 2px solid #ccc;
		cursor: pointer;
		}
		.btn_area .btn_back:hover {
			transform: translateY(2px);
			border-bottom: 2px solid #fff;
		}

	.btn_area a.btn_submit {
		font-size: 24px;
		line-height: 60px;
		text-decoration: none;
		color: #fff;
		background: #ff2600;
		display: inline-block;
		width: 350px;
		height: 60px;
		padding: 0;
		margin: 0 10px;
		border-radius: 30px;
		border: none;
		border-bottom: 2px solid #ccc;
		cursor: pointer;
		}
		.btn_area a.btn_submit:hover {
			transform: translateY(2px);
			border-bottom: 2px solid #fff;
		}



/*==============================================================
	5.	個別パーツ
==============================================================*/

/* トップページ */
#top_main {
	width: 100%;
	height: 420px;
	background: #f7f7f7;
	}
	#top_main .inner {
		width: 100%;
		height: 300px;
		background: url("../img/bg_main.png") no-repeat 50% 50%;
		background-size: cover;
		}
		#top_main .inner h2 {
			width: 980px;
			height: 95px;
			margin: 0 auto;
			text-align: center;
			font-size: 28px;
			line-height: 100px;
			font-weight: normal;
			color: #fff;
		}
		#top_main .inner ul {
			width: 980px;
			margin: 0 auto;
			overflow: hidden;
			padding-top: 5px;
			}
			#top_main .inner ul li {
				width: 230px;
				margin-right: 20px;
				float: left;
			}
			#top_main .inner ul li:last-child {
				margin-right: 0;
				}
				#top_main .inner ul li a {
					display: block;
					width: 230px;
					height: 230px;
					background: #ff2600;
					border-radius: 115px;
					overflow: hidden;
					}
					#top_main .inner ul li a:hover {
						transform: translateY(-5px);
						box-shadow: 0 5px 8px rgba(0,0,0,0.4);
					}
				#top_main .inner ul li p {
					padding-top: 22px;
					font-size: 14px;
					line-height: 1.6em;
					text-align: center;
				}

#pickup .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
	}
	#pickup .inner ul {
		overflow: hidden;
		}
		#pickup .inner ul li {
			width: 300px;
			float: left;
			margin-right: 40px;
		}
		#pickup .inner ul li:last-child {
			margin-right: 0;
			}
			#pickup .inner ul li a {
				display: block;
				overflow: hidden;
				color: #000;
				text-decoration: none;
				}
				#pickup .inner ul li a img {
					width: 120px;
					height: 120px;
					border-radius: 60px;
					float: left;
					margin-right: 10px;
				}
				#pickup .inner ul li a h3 {
					font-size: 18px;
					line-height: 1.4em;
					padding: 20px 0 12px;
					background: url("../img/ico_link.png") no-repeat right 0 top 24px;
					background-size: 12px 14px;
				}
				#pickup .inner ul li a p {
					font-size: 14px;
					line-height: 1.6em;
				}

#top_info {
	width: 100%;
	padding: 45px 0 50px;
	background: #f7f7f7;
	}
	#top_info .inner {
		width: 980px;
		margin: 0 auto;
		}
		#top_info .inner h2 {
			font-size: 24px;
			line-height: 1.4em;
			font-weight: normal;
			text-align: center;
			}
			#top_info .inner h2 span {
				display: block;
				font-size: 18px;
				line-height: 1.8em;
				color: #ff2600;
				font-family: Helvetica, Arial, "sans-serif";
				margin-bottom: 30px;
			}
		#top_info .inner dl {
			overflow: hidden;
			margin-bottom: -15px;
			}
			#top_info .inner dl dt {
				width: 18em;
				font-size: 14px;
				line-height: 1.8em;
				color: #ff2600;
				margin: 0 1.5em 15px 0;
				clear: both;
				float: left;
				}
				#top_info .inner dl dt span {
					display: inline-block;
					background: #fff;
					width: 10em;
					font-size: 12px;
					line-height: 1.6em;
					text-align: center;
					padding: 2px 0 0;
					color: #000;
					float: right;
					border: 1px solid #ccc;
				}
			#top_info .inner dl dd {
				font-size: 14px;
				line-height: 1.6em;
				float: left;
				margin-bottom: 20px;
			}
			#top_info .inner dl dd a {
			}

/* 業務内容 メニューボタン */
.menu_business ul {
	width: 980px;
	margin: 0 auto 100px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 0!important;
	list-style-type: none;
	}
	.menu_business ul li {
		width: 230px;
		margin-right: 20px;
		text-indent: 0;
		padding: 0;
		float: left;
	}
	.menu_business ul li:last-child {
		margin-right: 0;
		}
		.menu_business ul li a {
			display: block;
			width: 230px;
			height: 230px;
			background: #ff2600;
			border-radius: 115px;
			overflow: hidden;
			}
			.menu_business ul li a:hover {
				transform: translateY(-5px);
				box-shadow: 0 5px 8px rgba(0,0,0,0.4);
			}
		.menu_business ul li p {
			padding-top: 22px;
			font-size: 14px;
			line-height: 1.6em;
			text-align: center;
		}

/* 業務内容 */
ul.list_app {
	overflow: hidden;
	list-style: none!important;
	padding: 0!important;
	}
	ul.list_app li {
		float: left;
		margin: 0 40px 20px 0!important;
		padding: 0!important;
		width: 130px;
		font-size: 14px;
		line-height: 1.4em;
		text-align: center;
		}
	ul.list_app li:nth-child(6n) {
		margin-right: 0!important;
		}
		ul.list_app li a {
			display: block;
			}
			ul.list_app li a img {
				border-radius: 30px;
				margin-bottom: 10px;
			}


/* 送信確認・完了画面 */
	#contents section .contact_message,
	#contents section .thanks_message {
		margin-bottom: 20px;
		text-align: center;
		}
	#contents section .thanks_message {
		padding: 50px 0 20px;
		}
		#contents section .contact_message p,
		#contents section .thanks_message p {
			font-size: 16px;
		}
		#contents section .thanks_message p strong {
			display: inline-block;
			font-size: 24px;
			margin-bottom: 1em;
		}

/* 各コンテンツトップ メニューボタン */
.menu_list ul {
	width: 980px;
	margin: 0 auto 100px;
	padding-left: 0!important;
	overflow: hidden;
	list-style-type: none!important;
	}
	.menu_list ul li {
		width: 470px;
		margin: 0 40px 40px 0;
		padding: 0;
		text-indent: 0;
		border: 5px solid #eee;
		box-sizing: border-box;
		float: left;
		font-size: 18px;
		line-height: 1.4em;
		}
		.menu_list ul li:nth-child(2n) {
			margin-right: 0;
		}
	.menu_list ul li a {
		display: flex;
		padding: 15px 15px 15px 20px;
		border: 1px solid #ccc;
		background: #fff;
		text-align: left;
		align-items: center;
		justify-content: space-between;
		text-decoration: none;
		}
		.menu_list ul li a:hover {
		}
		.menu_list ul li a figure {
			display: block;
			width: 80px;
			height: 80px;
			background: #ff2600;
			border: 1px solid #ff2600;
			border-radius: 40px;
			box-sizing: border-box;
			text-align: right;
			overflow: hidden;
			}
			.menu_list ul li a figure img {
				width: 100%;
				height: 100%;
			}

/* 社長メッセージ */
h2.title_message {
	font-size: 28px!important;
	border: none!important;
	text-align: center;
	font-weight: normal;
}

/* 企業情報 */
dl.list_history {
	overflow: hidden;
	}
	dl.list_history dt {
		clear: left;
		float: left;
		width: 8em;
		text-align: right!important;
	}
	dl.list_history dd {
		margin-left: 9em;
		text-align: left!important;
		padding: 0!important;
	}

/* アクセス */
.googlemap {
	border: 1px solid #666;
	box-sizing: border-box;
	margin-bottom: 10px;
}

dl.access_how {
	overflow: hidden;
	}
	dl.access_how dt {
		clear: left;
		float: left;
		width: 4em;
	}
	dl.access_how dd {
		margin-left: 4em;
		padding: 0!important;
	}

/* 社員インタビュー */
.interview {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px!important;
	}
	.interview h2 {
		border: none!important;
		font-size: 36px!important;
		line-height: 1.4em!important;
		font-weight: normal;
		margin: 0!important;
		padding: 0!important;
	}
	.interview h3 {
		color: #ff2600;
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 5px!important;
		padding: 0!important;
		}
		.interview h3::before {
			content: "// ";
		}
	.interview p {
		margin: 0 0 40px;
	}

/* 面接の内容 */
.employment_step {
	margin-bottom: 50px;
	}
	.employment_step ul {
		overflow: hidden;
		}
		.employment_step ul li {
			width: 300px;
			height: 300px;
			float: left;
			padding-right: 40px;
			background: url("../img/recruit/ico_next.png") no-repeat right 50%;
			}
			.employment_step ul li:nth-child(3n) {
				padding-right: 0;
				background: none;
			}
			.employment_step ul li p {
				display: table-cell;
				width: 300px;
				height: 300px;
				border-radius: 150px;
				text-align: center;
				vertical-align: middle;
				font-size: 24px;
				line-height: 1.4em;
				color: #fff;
			}
			.employment_step ul li:nth-child(1) p {
				background: url("../img/recruit/img01.png") no-repeat;
			}
			.employment_step ul li:nth-child(2) p {
				background: url("../img/recruit/img02.png") no-repeat;
			}
			.employment_step ul li:nth-child(3) p {
				background: url("../img/recruit/img03.png") no-repeat;
			}

/* 個人情報保護表示エリア */
.privacy_box {
	padding: 20px;
	border: 1px solid #ccc;
	height: 350px;
	overflow-y: scroll!important;
}
#contents section .block.privacy_box dl {
	}
	#contents section .block.privacy_box dl dt {
		font-weight: bold;
	}
	#contents section .block.privacy_box dl dd {
		padding-left: 0;
		margin-bottom: 1em;
	}

/* お問い合わせ各メニュー */
.contact_menu {
	margin-bottom: 50px;
}
	.contact_menu ul {
		overflow: hidden;
		padding-top: 40px;
		}
		.contact_menu ul li {
			width: 300px;
			height: 250px;
			float: left;
			margin-right: 40px;
			box-sizing: border-box;
			border: 1px solid #ccc;
			position: relative;
			text-align: center;
			}
			.contact_menu ul li:nth-child(3n) {
				margin-right: 0;
			}
			.contact_menu ul li .contact_ico {
				width: 80px;
				height: 80px;
				margin: -40px auto 30px;
				background: #ff2600;
				border-radius: 50px;
			}
			.contact_menu ul li h3 {
				font-size: 18px;
				font-weight: normal;
				margin-bottom: 10px;
			}
			.contact_menu ul li p {
				font-size: 16px;
			}
			.contact_menu ul li p strong.tel_num {
				font-size: 36px;
				font-family: Arial, Helvetica, "sans-serif";
			}
			.contact_menu ul li p span {
				font-size: 14px;
			}
			.contact_menu ul li p a.btn {
				display: inline-block;
				background: #ff2600;
				font-size: 18px;
				line-height: 50px;
				margin: 0;
				padding: 0 25px;
				color: #fff;
				text-decoration: none;
				border-radius: 25px;
			}
