@charset "UTF-8";
/* CSS Document */

.font-s {
	color: #777;
	font-size: 0.8rem;
}
.text-center {
	text-align: center;
}
.heading1 {
	background: #FCFCFC; /* Old browsers */
	background: -moz-linear-gradient(top, #FCFCFC 0%, #FFF 50%, #F3F3F3 51%, #FFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(50%,#FFF), color-stop(51%,#F3F3F3), color-stop(100%,#FFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FCFCFC 0%,#FFF 50%,#F3F3F3 51%,#FFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FCFCFC 0%,#FFF 50%,#F3F3F3 51%,#FFF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FCFCFC 0%,#FFF 50%,#F3F3F3 51%,#FFF 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#FFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FCFCFC 0%,#FFF 50%,#F3F3F3 51%,#FFF 100%); /* W3C */
	margin-bottom: 30px;
	padding: 8px 5px;
	color:#333;
	border: 1px #DDD solid;
}

.heading1 h2,
.heading1 h3,
.heading1 h4 {
	border-left: 4px #2CBAD3 solid;
	padding: 2px 10px;
	font-size: 17px;
}

.heading2 {
	border-bottom: 1px #E3E3E3 solid;
	padding-bottom: 13px;
	margin-bottom: 45px;
	font-size: 24px;
	text-align: center;
}
@media (max-width: 765px) {
	.heading2 {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
}

.heading3 {
	padding-bottom: 10px;
	font-size: 20px;
	text-align: center;
	background: url(../images/common/line1.png) repeat-x bottom;
}
@media (max-width: 765px) {
	.heading3 {
		font-size: 1.2rem;
	}
}

.heading4 {
	border-bottom: 1px #DDD solid;
	border-top: 1px #DDD solid;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
}
.heading4 span {
	background: url(../images/common/title1_border.png) no-repeat center top;
	display: block;
	padding: 12px 0;
}

.heading5 {
	background: url(../img/page/square2.gif) no-repeat left;
	border-bottom: 1px #999 dashed;
	font-size: 15px;
	color: #003B95;
	padding: 5px 12px;
	font-weight: bold;
	margin-bottom: 18px;
}

.heading6 {
	position: relative;
	font-size: 24px;
	border-left: 6px solid #002F8F;
	margin-bottom: 20px;
	padding: 3px 0 3px 12px;
}

.heading6:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 0;
	width: 100%;
}

.heading7 {
	border-bottom: 1px #DDD solid;
	font-size: 20px;
	padding-bottom: 4px;
}
.heading7 span {
	border-bottom: 2px #3792FF solid;
	padding-bottom: 6px;
}


#page_title {
	height: 218px;
	width: 100%;
	position: relative;
}
#page_title.company {
	background: url(../images/title/company.jpg) no-repeat center;
	background-size: cover;
}
#page_title.feature {
	background: url(../images/title/feature.jpg) no-repeat center;
	background-size: cover;
}
#page_title.flow {
	background: url(../images/title/flow.jpg) no-repeat center;
	background-size: cover;
}
#page_title.line {
	background: url(../images/title/line.jpg) no-repeat center;
	background-size: cover;
}
#page_title.parts {
	background: url(../images/title/parts.jpg) no-repeat center;
	background-size: cover;
}
#page_title.case {
	background: url(../images/title/case.jpg) no-repeat center;
	background-size: cover;
}
#page_title.dry {
	background: url(../images/title/dry.jpg) no-repeat center;
	background-size: cover;
}
#page_title.contact {
	background: url(../images/title/contact.jpg) no-repeat center;
	background-size: cover;
}
#page_title .overlay {
	background: url(../images/common/pattern1.png);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}
#page_title .eng_title {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 2;
	padding-top: 60px;
	padding-bottom: 8px;
}
#page_title h1 {
	color: #FFF;
	font-size: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
	font-weight: normal;
}

#breadcrumbs {
	padding: 8px 10px;
	background: #f3f3f3;
	font-size: 12px;
}
#contents {
	padding-top: 50px;
}
.wrap {
	width: 860px;
}
.s_wrap {
	padding-bottom: 65px;
}
.s_wrap:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}



/* 会社概要
------------------- */
.greet {
	width: 63%;
	float: left;
}
.d_area {
	width: 30%;
	float: right;
	text-align: center;
}
.d_area .d_img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.d_area .daihyo {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.policy_wrap {
	width: 90%;
	display: table;
	margin: 0 auto;
}
.policy {
	width: 44%;
	display: table-cell;
	padding: 0 3%;
	text-align: center;
}
.policy_head {
	font-size: 12px;
	color: #777;
}
.policy h3 {
	font-family: 'Montserrat', sans-serif;
	color: rgb(240, 37, 138);
	font-size: 30px;
	margin: 5px auto;
}
.guideline {
  border-top: 1px dashed #DDD;
  padding-top: 15px;
}
.guideline h3 {
  font-size: 18px;
  color: rgb(240, 37, 138);
  margin-bottom: 10px;
}
.guideline p,.guideline ul {
  margin-bottom: 12px;
}
.table-s1 {
	width: 100%;
}
.table-s1 th {
  padding: 12px 20px;
  border: 1px #DDD solid;
  background: #f3f3f3;
  vertical-align: middle;
}
.equip th {
	width: 25%;
}
.equip tr td:last-child {
	text-align: center;
}
.table-s1 td {
  padding: 12px 20px;
  border: 1px #DDD solid;
  background: #FFF;
}

.history {
	width: 100%;
}
.history th {
	padding: 8px 0;
	vertical-align: top;
	width: 20%;
	color: #777;
	font-weight: normal;
	text-align: left;
}
.history td {
	padding: 8px 0;
	vertical-align: top;
}

.maps iframe {
	width: 70%;
	float: right;
	height: 350px;
}
.map-right {
	float: left;
	width: 26%;
}



/* ARCの強み
------------------- */
.features {
	text-align: center;
	padding: 28px 0 40px;
}
.feat_img {
	display: block;
	max-width: 80%;
	margin: 0 auto;
}
.feat_btns {
	width: 90%;
	margin: 50px auto;
	text-align: center;
}
.feat_btns a.btns {
	width: 46%;
	display: inline-block;
	border: 2px #000 solid;
	border-radius: 4px;
	color: #000;
	text-align: center;
	font-size: 16px;
	transition: all 0.3s ease 0s;
	padding: 12px 10px 12px 0;
	position: relative;
	margin: 0 auto;
}
.feat_btns a.btns:nth-child(even) {
	margin-left: 10px;
}
.feat_btns a.btns:hover {
	background: #000;
	color: #FFF;
}
.feat_btns a.btns i {
	display: block;
	position: absolute;
	right: 15px;
	top: 18px;
}



.flowlist {
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin-bottom: 15px;
}
.flowlist dt {
	display: table-cell;
	width: 20%;
	background: #00a0e9;
	height: 70px;
	vertical-align: middle;
	color: #FFF;
	border: #00a0e9 2px solid;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
}
.flowlist dd {
	background: #f0faff;
	border: #00a0e9 2px solid;
	color: #00a0e9;
	border-radius: 4px;
	display: table-cell;
	width: 70%;
	padding: 0 3%;
	vertical-align: middle;
	height: 70px;
	font-size: 15px;
}



.const {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	background: #CCC;
	line-height: 200px;
	border-radius: 5px;
}



.telephone {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
}



.case-list {
	width: 100%;
}
.case-list li {
	width: 48%;
	margin-bottom: 16px;
	float: left;
	position: relative;
}
.case-list li:nth-child(odd) {
	margin-right: 4%;
}
.case-list li > .case-inner {
	border: 2px rgb(74, 151, 214) solid;
}
.case-list li > .case-inner > .case-num {
	display: table;
	width: 100%;
	color: rgb(74, 151, 214);
}
.case-list li > .case-inner > .case-num > dt {
	display: table-cell;
	width: 30%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	vertical-align: middle;
	border-right: 1px rgb(74, 151, 214) solid;
	background-color: rgb(255, 255, 235);
}
.case-list li > .case-inner > .case-num > dd {
	display: table-cell;
	text-align: center;
	padding: 0 15px;
	height: 50px;
	font-size: 22px;
	vertical-align: middle;
	background-color: rgb(255, 240, 255);
	font-weight: bold;
}
.case-list li > .case-inner > .case-case {
	display: table;
	width: 100%;
	text-align: center;
	font-size: 18px;
	border-top: 1px rgb(74, 151, 214) solid;
}
.case-list li > .case-inner > .case-case > p {
	display: table-cell;
	padding: 0 15px;
	height: 80px;
	vertical-align: middle;
	background-color: #FFF;
	transition: all 0.3s ease 0s;
}
.case-list li:hover > .case-inner > .case-case > p {
	background-color: rgb(74, 151, 214);
	color: #FFF;
}
.case-list li > a.ref_over {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

.case_blue {
	width: 100%;
	background: rgba(0,71,157,1);
	color: #FFF;
	z-index: 2;
	padding: 15px 0;
	bottom: 0;
	text-align: center;
}
.case_blue .inner {
	border: 2px #FFF solid;
	width: 310px;
	height: 37px;
	margin: 0 auto;
	display: table;
}
.case_blue .inner p {
	display: table-cell;
	vertical-align: middle;
	width: 114px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700px;
	font-size: 18px;
	border-right: 1px #FFF solid;
}
.case_blue .inner h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
}
.kadai {
	padding-top: 25px;
}
.propose {
	padding-top: 30px;
}
.case-wrap {
	width: 90%;
	margin: 0 auto;
}
.case-wrap > .kadai > .icon_box,
.case-wrap > .propose > .icon_box {
	display: block;
	width: 100px;
	text-align: center;
	float: left;
}
.case-wrap > .kadai > .icon_box > .icon,
.case-wrap > .propose > .icon_box > .icon {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background-color: #b31b00;
	color: #FFF;
	margin: 0 auto;
}
.case-wrap > .propose > .icon_box > .icon {
	background-color: rgb(186, 156, 0);
}
.case-wrap > .kadai > .icon_box > .icon > i,
.case-wrap > .propose > .icon_box > .icon > i {
	font-size: 50px;
	line-height: 80px;
}
.icon_box p {
	font-size: 12px;
	margin-top: 5px;
}
.kadai > .icon_box > p {
	color: #b31b00;
}
.propose > .icon_box > p {
	color: rgb(186, 156, 0);
}

.kadai-text {
	float: right;
	width: 85%;
}




.parts_img {
	display: block;
	width: 240px;
	float: left;
	border-radius: 5px;
}
.parts_right {
	width: 67%;
	float: right;
}
.parts_table {
	width: 100%;
	margin-top: 18px;
}
.parts_table th {
	background: #f3f3f3;
	border: 1px #DDD solid;
	padding: 8px;
}
.parts_table td {
	border: 1px #DDD solid;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.bg-gray {
	background-color: #f3f3f3;
}
.parts_right .bg-gray {
	padding: 17px 25px;
	border-radius: 5px;
	margin-top: 20px;
}
.parts_right .bg-gray b {
	margin-bottom: 6px;
	display: block;
}



.sitemap {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.sitemap ul li a {
  display: block;
  margin-bottom: 10px;
	padding: 10px;
  border-radius: 4px;
	transition: all 0.3s ease 0s;
	background: #FFF;
	color: #777;
	font-weight: normal;
}
.sitemap ul li a i {
	display: inline-block;
	margin-right: 3px;
}
.sitemap ul li a:hover {
	padding-left: 15px;
	color: #888;
}
