@charset "utf-8";

/* ----------------------------------------
再定義
---------------------------------------- */
html {
	overflow-x: hidden;
}
body {
	line-height: 1.67;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #262626;
	overflow-x: hidden;
	font-size: 14px;
	letter-spacing: 0.05em;
}
a:link {
	color: #262626;
	text-decoration: underline;
}
a:visited {
	color: #333;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}
a:active {
	color: #262626;
}
img {
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* clearfix
---------------------------------------- */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
.clearfix {
	*zoom: 1;
}

/* common style
---------------------------------------- */
.left { float: left; }
.right { float: right; }
.return { clear: left; }
.clear { clear: both;}
.tac {
	text-align: center;
}
.mb0 { margin-bottom: 0 !important; }
.mb20 { margin-bottom: 20px !important;}
.mb50 { margin-bottom: 50px !important; }

/* Layout
---------------------------------------- */
.container {
	margin: 0 auto;
	font-size: 100%;
	width: 1000px;
}
.bg-gray {
	background: #eee;
	padding: 5px 100% 20px;
	margin: 0 -100%;
}

/* Header
---------------------------------------- */
#header {
	background: rgba(255,255,255,0.9);
	height: 100px;
	overflow: hidden;
}
.logo {
	float: left;
	margin-top: 12px;
}
.logo img {
	width: 174px;
	height: auto;
}
.gnav {
	float: right;
	overflow: hidden;
	border-right: 2px solid #000;
	margin-top: 31px;
}
.gnav li {
	float: left;
	width: 155px;
	height: 36px;
	border-left: 2px solid #000;
	text-align: center;
}
.gnav li a {
	text-decoration: none;
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	line-height: 1.3;
	padding-top: 1px;
}
.gnav li a span {
	display: block;
	letter-spacing: 0.05em;
	font-size: 11px;
	font-weight: normal;
}
.gnav li a:hover,
.gnav li.active a {
	color: #006cb8;
}
.menuBtn {
	display: none;
}

/* Footer
---------------------------------------- */
#footer {
	padding-top: 100px;
	clear: both;
}
.pagetop {
	background: #313131;
	text-align: right;
	padding: 25px 0;
	margin-bottom: 30px;
}
.ftr-contact {
	width: 318px;
	float: right;
	padding-top: 10px;
	margin-left: 130px;
}
.tel {
	margin: 10px 0;
}
.ftr-contact .btn {
	margin-top: 5px;
}
#fnav {
	float: right;
	padding-top: 10px;
}
#fnav li:before {
	content: "●";
	font-size: 10px;
	color: #a0a0a0;
	margin-right: 0.5em;
	position: relative;
	top: -1px;
}
#fnav li a {
	text-decoration: none;
}
#fnav li a:hover {
	text-decoration: underline;
}
#fnav li ul {
	margin-left: 1em;
}
#fnav li ul li:before {
	content: "ー";
}
.ftr-info {
	float: left;
}
.ftr-info h2 img {
	margin-bottom: 20px;
}
.copyright {
	border-top: 1px solid #c9c9c9;
	text-align: center;
	padding: 15px 0;
	font-size: 11px;
	clear: both;
	margin-top: 40px;
}

/* each page
---------------------------------------- */
h2,h3 {
	font-style: italic;
}
.btn,
.btn-gr {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.btn a,
.btn-gr a,
button span {
	display: block;
	line-height: 50px;
	background: #006cb8;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
}
.btn a:hover,
button:hover span {
	background: #8fd3f5;
	color: #006cb8;
}
.btn-gr a {
	background: #535353;
}
.btn-gr a:hover {
	background: #c3c3c3;
	color: #535353;
}
.subttl,
.subttl2 {
	font-size: 28px;
	text-align: center;
	clear: both;
	color: #006cb8;
	line-height: 1.2;
	margin: 35px 0 25px;
}
.subttl2 {
	font-size: 22px;
	color: #262626;
}
.subttl span,
.subttl2 span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #262626;
}
.subttl3 {
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.1em;
	margin: 40px 0 55px;
	border-bottom: 3px double #c9c9c9;
}
.subttl3 span {
	display: block;
	text-align: center;
	width: 7em;
	margin: 0 auto -15px;
}
.pagettl-area {
	background: #000;
	height: 125px;
}
.pagettl-area h2 {
	color: #fff;
	background: url(../images/common/bg_pagettl.jpg) no-repeat top center;
	text-align: center;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 125px;
}
.bread {
	background: #eee;
	margin-bottom: 50px;
}
.bread li {
	list-style: none;
	font-size: 11px;
	float: left;
	line-height: 30px;
}
.table {
	width: 100%;
}
.table th,
.table td {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 20px 35px;
}
.table th {
	background: #f4f4f4;
	border-right: 1px solid #c9c9c9;
	font-weight: normal;
	width: 180px;
	vertical-align: top;
}
hr {
	border: 0;
	border-bottom: 1px solid #eee;
	margin: 70px -100% 40px;
}
.gr-box {
	border: 1px solid #eee;
	padding: 20px;
	margin: 20px 0;
	clear: both;
}

/* Top
---------------------------------------- */
.main-area {
	background: #313131;
	margin-bottom: 50px;
	/*max-height: 563px;
	overflow: hidden;*/
}
.main-area .container {
	/*padding: 0 30px;*/
	background: #000;
	/*width: 1060px;*/
	text-align: center;
}
.main-area .tac {
	color: #ddd;
}
.top-news-list {
	overflow: hidden;
	margin-bottom: 70px;
	border-top: 1px solid #c9c9c9;
	max-height: 260px;
	overflow-y: scroll;
}
.top-news-list dt {
	float: left;
	clear: left;
	padding: 20px 0;
}
.top-news-list dd {
	border-bottom: 1px solid #c9c9c9;
	padding: 20px 10px 20px 0;
}
.news-cat {
	margin: 0 30px;
	font-size: 11px;
	color: #fff;
	background: #a0a0a0;
	text-align: center;
	width: 90px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
.top-news-list dd a {
	color: #006cb8;
}
.top-service-list {
	overflow: hidden;
	list-style: none;
	margin-top: 15px;
}
.top-service-list li {
	float: left;
	margin: 0 20px 20px 0;
}
.top-service-list li:nth-child(even) {
	margin-right: 0;
}
.other-info {
	overflow: hidden;
}
.other-info section {
	width: 440px;
	margin: 0 25px;
	padding-bottom: 30px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.other-info section .subttl2 {
	margin: 25px 0 15px;
}
.other-info section .btn,
.other-info section .btn-gr {
	margin: 5px 80px 0;
}

/* Company
---------------------------------------- */
.policy-txt {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.1em;
	text-align: center;
	width: 700px;
	margin: 0 auto;
	padding: 35px 0;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.map {
	margin-bottom: 10px;
}

/* Service
---------------------------------------- */
.service-index {
	overflow: hidden;
}
.service-index li {
	width: 440px;
	padding: 10px 0 0;
	margin: 0 25px 50px;
	list-style: none;
	border-top: 1px solid #8fd3f5;
}
.service-index li h3 {
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #006cb8;
	text-align: center;
	margin-bottom: 7px;
}
.service-index li h3 img {
	margin-bottom: 15px;
}
.service-index li .view-more {
	text-align: right;
	margin-top: 0.25em;
}
.service-index li .view-more a {
	background: #006cb8;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 2px;
	letter-spacing: 0;
}
.service-index li .view-more a:hover {
	background: #8fd3f5;
	color: #006cb8;
}
.pagettl-area h2.bg-phone {
	background: url(../images/service/bg_pagettl_phone.jpg) no-repeat top center;
}
.pagettl-area h2.bg-security {
	background: url(../images/service/bg_pagettl_security.jpg) no-repeat top center;
}
.pagettl-area h2.bg-callcenter {
	background: url(../images/service/bg_pagettl_callcenter.jpg) no-repeat top center;
}
.cont-list {
	border-top: 1px dotted #c9c9c9;
	margin-bottom: 80px;
}
.cont-list li {
	list-style: none;
	border-bottom: 1px dotted #c9c9c9;
	padding: 30px 0;
	overflow: hidden;
}
.cont-list li h5 {
	font-size: 16px;
	float: left;
	margin-bottom: 0.5em;
}
.cont-list li .cont-img {
	float: right;
}
.cont-list li .cont-txt {
	overflow: hidden;
	clear: left;
	width: 490px;
}
.cont-list li ul {
	margin: 1em 0;
	text-indent: -1em;
	overflow: visible;
}
.cont-list li ul li {
	border: none;
	padding: 0 0 0 1em;
	list-style: disc inside;
}

/* Recruit
---------------------------------------- */
.recruit .btn {
	width: 180px;
	margin: 30px auto 70px;
}

/* Contact
---------------------------------------- */
.contact-tel {
	text-align: center;
	width: 700px;
	margin: 0 auto;
	padding: 35px 0;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.contact-tel img {
	margin-bottom: 10px;
}
.form-table th {
	padding: 15px 30px;
}
.form-table td {
	padding: 10px 35px;
}
.form-table .require {
	color: #ed6c00;
}
form input,
form textarea {
	border: 1px solid #c9c9c9;
	padding: 2px;
}
form input {
	width: 400px;
	height: 32px;
}
.post-number {
	width: 140px;
	margin: 0 15px 0 5px;
}
.address {
	width: 570px;
}
form textarea {
	width: 750px;
	height: 140px;
}
.txt-submit {
	margin: 0 0 10px;
}
.btn-submit {
	width: 180px;
	margin: 30px auto;
	display: block;
}

/* Privacy
---------------------------------------- */
.privacy p,
.privacy ul {
	margin-bottom: 50px;
	list-style: inside;
}
.privacy h3 {
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
}


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

img {
	width: 100%;
	height: auto;
}

.container {
	margin: 0 auto;
	width: 87.5%;
	max-width: 560px;
}

/* Header
---------------------------------------- */
#header {
	height: 80px;
}
.logo img {
	width: 108px;
}
#header .menuBtn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #006cb8;
	width: 60px;
	height: 80px;
	text-align: center;
}
#header .menuBtn span {
	color: #fff;
	font-size: 2em;
	padding-top: 27px;
}
#header .menuBtn.menuClose span:before {
	content: '\f00d';
}
.gnav {
	display: none;
	background: rgba(0,108,184,0.9);
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 400 !important;
	margin: 0 -9999px;
	padding: 0 9999px;
}
.gnav li {
	background: none;
	list-style: none;
	text-align: left;
	margin: 0px;
	float: none;
	width: 560px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	height: auto;
}
.gnav li a {
	color: #fff;
	display: block;
	padding: 20px;
}
.gnav li a:hover,
.gnav li.active a {
	color: #fff;
}
.gnav li a span {
	display: inline;
	padding-left: 1em;
}

/* Footer
---------------------------------------- */
#footer {
	padding-top: 40px;
}
.pagetop {
	padding: 15px 0;
	margin-bottom: 15px;
}
.pagetop img {
	width: 30px;
}
.ftr-contact {
	width: 100%;
	float: none;
	padding-top: 0;
	margin-left: 0;
	text-align: center;
}
.tel img {
	max-width: 318px;
}
#fnav {
	float: none;
	padding-top: 0;
	padding-bottom: 25px;
	margin-top: 25px;
}
#fnav h3 {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	background: #eee;
	padding: 12px 10px;
}
#fnav li {
	border-bottom: 1px solid #c9c9c9;
	padding: 8px 10px;
}
#fnav li ul {
	margin-left: 1em;
}
#fnav li ul li {
	border: none;
	padding: 3px 0;
}
.ftr-info {
	float: none;
}
.ftr-info h2 img {
	margin-bottom: 10px;
	width: 150px;
}
.copyright {
	margin-top: 20px;
}

/* each page
---------------------------------------- */
.subttl,
.subttl2 {
	margin: 20px 0 13px;
	font-size: 24px;
}
.subttl2 {
	font-size: 20px;
}
.subttl3 {
	margin: 20px 0 35px;
}
.pagettl-area {
	height: 80px;
}
.pagettl-area h2 {
	background: url(../images/common/bg_pagettl.jpg) no-repeat top center;
	background-size: auto 80px;
	font-size: 22px;
	line-height: 80px;
}
.bread {
	margin-bottom: 25px;
}
.table th,
.table td {
	padding: 10px 3.5%;
}
.table th {
	width: 30%;
}
hr {
	margin: 35px -100% 20px;
}
.gr-box {
	padding: 10px;
	margin: 1em 0;
}

/* Top
---------------------------------------- */
.main-area {
	margin-bottom: 25px;
}
.top-news-list {
	margin-bottom: 30px;
	max-height: 260px;
	overflow-y: scroll;
}
.top-news-list dt {
	float: none;
	padding: 10px 0 5px;
}
.top-news-list dd {
	padding: 0 0 10px;
}
.news-cat {
	margin: 0 0 0 1em;
}
.top-service-list li {
	float: none;
	margin: 0 0 10px 0;
}
.other-info section {
	width: inherit;
	margin: 0;
	float: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.other-info section .subttl2 {
	margin: 15px 0 15px;
}
.other-info section .btn,
.other-info section .btn-gr {
	margin: 5px 18px 0;
}

/* Company
---------------------------------------- */
.policy-txt {
	font-size: 16px;
	line-height: 26px;
	width: inherit;
	padding: 25px 0;
}

/* Service
---------------------------------------- */
.service-index li {
	width: 100%;
	float: none;
	padding: 10px 0 0;
	margin: 0 0 30px;
}
.service-index li h3 img {
	margin-bottom: 7px;
}
.service-index li .view-more {
	text-align: center;
}
.service-index li .view-more a {
	padding: 10px;
	display: block;
}
.pagettl-area h2.bg-phone {
	background: url(../images/service/bg_pagettl_phone.jpg) no-repeat top center;
	background-size: auto 80px;
}
.pagettl-area h2.bg-security {
	background: url(../images/service/bg_pagettl_security.jpg) no-repeat top center;
	background-size: auto 80px;
}
.pagettl-area h2.bg-callcenter {
	background: url(../images/service/bg_pagettl_callcenter.jpg) no-repeat top center;
	background-size: auto 80px;
}
.cont-list {
	margin-bottom: 40px;
}
.cont-list li {
	padding: 20px 0;
}
.cont-list li h5 {
	float: none;
}
.cont-list li .cont-img {
	float: none;
	margin-bottom: 0.5em;
}
.cont-list li .cont-txt {
	width: 100%;
}

/* Recruit
---------------------------------------- */
.recruit .btn {
	width: 100%;
	margin: 15px auto 35px;
}

/* Contact
---------------------------------------- */
.contact-tel {
	width: 100%;
	padding: 25px 0 20px;
}
.contact-tel img {
	max-width: 318px;
}
.form-table th {
	padding: 7px 1.5%;
}
.form-table td {
	padding: 6px 2%;
}
form input,
form textarea {
	padding: 2px;
}
form input {
	width: 100%;
	height: 32px;
}
.post-number {
	width: 40%;
	margin: 0 15px 5px 5px;
}
.address {
	width: 100%;
}
form textarea {
	width: 100%;
	height: 140px;
}
.btn-submit {
	width: 100%;
	margin: 20px auto;
}


}