@charset "utf-8";

.content h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.content p{
	margin-top:0;
}

.sub_top_img {
	background-image: url(../../common/img/pic_main_recall_asap_service.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}

#point .pointBox {
	width:75%;
	/*margin: 0 0 5px 0;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding: 7px 0;
	background-color: #fff;
	border-radius: 10px;
	border-color: #385d8a;
	border-style: solid;
	border-width: 6px;
	font-size: 16px;
	overflow: visible;
}


#point .pointBox .problemList ul .problemLi{
	background: url(../../common/img/bg_problem_box.gif) no-repeat 20px -5px;
	/* Firefox */
	-moz-background-size: 30px 30px;
	/* WebKit */
	-webkit-background-size: 30px 30px;
	/* Opera 9.5+, later Google Chrome */
	background-size: 30px 30px;
	margin-top: 13px;
	margin-bottom: 13px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 65px;
}

#point .pointBox .problemList ul .liTop {
	margin-top: 18px;
}

#point .pointBox .problemList ul .liBottom {
	margin-bottom: 18px;
}


#point .pointBox .answerList ul .answerLi{
	background: url(../../common/img/bg_answer_box.gif) no-repeat 20px;
	/* Firefox */
	-moz-background-size: 30px 30px;
	/* WebKit */
	-webkit-background-size: 30px 30px;
	/* Opera 9.5+, later Google Chrome */
	background-size: 30px 30px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 65px;
}

#point .pointBox .answermList ul .liTop {
	margin-top: 18px;
}

#point .pointBox .answermList ul .liBottom {
	margin-bottom: 18px;
}

#point .arrowImg {
	text-align:center;
	margin-top: -40px;
	margin-bottom: -25px;
}


#service .centerH4 {
	text-align : center;
	font-size: 15px;
	padding-left: 0;
    padding-right: 0;
    margin: 10px;
}

#service .serviceBox {
	margin-left: 20px;
	height: 85px;
}

#service .flowBox {
	width:65%;
	margin: 30px auto;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:20px;
	background-color: #fff;
	border-radius: 10px;
	border-color: #385d8a;
	border-style: solid;
	border-width: 6px;
	font-size: 16px;
	overflow: visible;
}

#service hr{
	border-width: 1px 0px 0px 0px;
   	border-style: solid;
   	border-color: #ccc;
	height: 1px;
	padding-top:20px;
}

#service .flowImg {
	text-align:center;
}

#service .arrowImg {
	text-align: center;
	margin-bottom: 15px;
}

#service .h4block {
	overflow: hidden;
	padding-bottom:20px;
}

#service .h4block h4 {
	font-size: 20px;
}

#service .blockInner {
	padding: 10px 0;
}

#service .h4blockL {
	float: left;
	/*width: 380px;*/
	width:48%;
	overflow: hidden;
}

#service .h4blockL p {
	line-height: 1.6em;
	margin-left: 15px;
	margin-right:0;
	margin-bottom:0;
	padding:0 !important;
}

#service .h4blockL h4 {
	margin: 0 0 10px 5px;
	padding:0;
}

#service .h4blockR {
	float: right;
	width: 326px;
}

#service .h4blockR img{
	margin:0 auto;
}

#service .h4blockB {
	float: left;
	margin-left: 10px;
}



.content .btn_mi a {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 5px solid #0085B2;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #0085B2;
	/*margin-right: auto;*/
	/*margin-left: 30px;
	margin-bottom:20px;*/
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 700px;
	margin:0 auto;
}
.content .btn_mi a i {
	padding-right: 10px;
	font-size: 120%;
}
.content .btn_mi a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}

.content .mapImg{
	text-align:center;
	padding:0 10px;
}

ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/*max-width: 1400px;*/
	max-width: 1160px;
	/*padding: 30px;0730*/
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	/*width: 20%;0730*/
	width: 23%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.works_list li a {
	display: block;
	/*padding: 20px;0730*/
	padding: 10px;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
}
ul.works_list li a img {
	width: auto;
	width: 100%;
	/*height: 150px;*/
	height:120px;
	object-fit: cover;
}
ul.works_list li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	/*-webkit-filter:brightness(1.5);
    -moz-filter:brightness(1.5);
    -ms-filter:brightness(1.5);
	filter:brightness(1.5);*/
	-webkit-filter:brightness(0.8);
    -moz-filter:brightness(0.8);
    -ms-filter:brightness(0.8);
	filter:brightness(0.8);
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.works_list li a:hover {
	color: #000;
	background-color: #F6F6F6;
}



/*IE11では上記filterでの明暗調整が効かないのでこちらで画像を暗くしている*/
@media all and (-ms-high-contrast:none){
	ul.works_list li a .bg_img{
		background: #000;
		display: block;
	}
	ul.works_list li a .bg_img img {
		opacity:1;
		transition:0.3s;
	}
	ul.works_list li a:hover .bg_img img {
		opacity:0.8;
	}
}

#user ul {
    padding: 10px 0 10px 0;
	height: 43px;
	margin-left:40px;
}

#user ul li {
    float: left;
    text-align: center;
    line-height: 43px;
    width: 179px;
    height: 43px;
    background: url(../../common/img/bg_frame_w179.gif) no-repeat left top;
    font-weight: bold;
    /*margin: 0 11px 10px 0;*/
    color: rgb(29 44 90);
	letter-spacing: 2px;
	font-size:14px;
}

/*
こんな企業様にオススメ
-------------------------------------------*/

.user {
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-right: 30px;
	margin-left: 30px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}


.btn-flat-border {
  padding: 5px;
  margin: 5px 1% 5px 1%;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0085B2;
  border: solid 5px #0085B2;
  border-radius: 10px;
  transition: .4s;
  width: 28%;
  font-weight: bold;
  text-align: center;
}

.btn-flat-border:hover {
  background: #FFFFFF;
  color: #0085B2;
}

.content .kome_indent{
	text-indent: -1em;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
}

.box_contact .tel .east {
    padding-top: 16px;
}

@media screen and (min-width:961px){

	header .h_tel {
		top: 20px !important;
		font-size:16px !important;
	}
}
/*(961～)*/

@media screen and (max-width:960px){

	header .h_tel {
		top: 16px !important;
		font-size:14px !important;
	}
	
	#point .pointBox {
		width:95%;
	}
	#service .flowBox {
		width: 95%;
		padding-left:0;
		padding-right:0;
	}

	#service .flowImg img {
		width:95%;
	}

	#service .h4blockL p {
		font-size:14px;
	}

	#service hr {
		width:95%;
		margin:0 auto;
	}
	.content .mapImg{
		margin:0 auto;
	}

	ul.works_list li {
		width: 33.3%;
	}
	/*項目が１行に３つ。最終行で２つになった際、左寄せにする処理*/
	ul.works_list::after{
		content: "";
		display: block;
		width: 33.3%;
		height: 0;
	}
	#user ul {
		margin-left:20px;
	}

	
}
/*(～960)*/


/*iPad対応*/

@media screen and (max-width:780px){


.btn-flat-border {
  width: 40%;
  margin: 5px 2% 5px 3%;
}

}


@media screen and (max-width:700px){

	
	#service .h4blockL {
		float:none;
		margin:0 auto;
		width:80%;
	}

	#service .h4blockL p {
		padding-bottom:20px !important;
	}

	#service .h4blockL .up_kome_indent{
		padding-bottom:0px !important;
	}

	#service .h4blockR {
		float:none;
		margin:0 auto;
	}

	
	
}
/*(～700)*/
@media screen and (min-width:641px){
	.content .br-pc{
		display:block;
	}
}

@media screen and (max-width:640px){
	
	#service .centerH4 {
		text-align:left;
	}

	.content .br-pc{
		display:none;
	}

	.content .btn_mi a {
		margin:0 auto;
	}
	
	ul.works_list li {
		width: 80%;
		margin:0 auto;
	}
	#user{
		height:200px;
	}
	#user ul {
		margin:0;
	}
	#user ul li {
		float: none;
		margin:0 auto;
	}

	
	
}
/*(～640)*/

@media screen and (max-width:460px){

.btn-flat-border {
  width: 93%;
}
#sub_top .sub_top_img p {
    font-size:16px;
}

}

@media screen and (max-width:375px){
	
	
}
/*(～375)*/

@media screen and (max-width:320px){
	#service .h4blockR {
		width:95%;
	}
	.content .btn_mi a {
		font-size: 28px;
	}
}