@charset "utf-8";
/* concret_inspection CSS */

header {
	background-image: url(img/header_bg.jpg);
}

h2.h2_title_01 {
margin-bottom: 15px;
}

.conctop_list_box {
	width: 48%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
	position: relative
}

.conctop_list_box:hover {
	background-color: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.conctop_list_box img {
	width: 32%;
	display: block;
	margin: 15px 0px 0px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:left;
	}

.conctop_list_box h3{
 margin: 15px 0px 15px 0px;
	width: 57%;
	float: right;
}

.conctop_list_box p{
 margin: 0px 0px 15px 0px;
	width: 60%;
	float: right;
}

.conctop_list_box a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.pickup_list_box {
	width: 100%;
	margin-bottom: 20px;
	padding-top:15px; 
	background-color: #FFFCEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	display: block;
}

.pickup_list_box h3 {
	padding: 120px 0px 0px 0px;
	margin: -120px 30px 15px ;
	font-size: 24px;
	color: #005177;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}

.pickup_list_box h3::before{
	content: "Picup!!";
	display: block;
	color: #FF0000;
	font-size: 16px;
	}

.pickup_list_box p {
 float:left;
 width: 55%;
	font-size: 14px;
	margin:0px 0px 15px 30px; 
}
.pickup_list_box img{
 width: 35%;
	margin:10px 30px 10px 0px;
	float: right;
}
.pickup_list_box p.list_title{
	margin: 0px 20px 3px 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
	float: none;
}
.pickup_list_box ul {
	margin: 0 20px 15px 4em ;
	font-size: 14px;
}
.pickup_list_box ul li{
	list-style: disc;
}

.as_list_box{
	width: 100%;
	margin: 20px;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	display: block;
}

.as_list_box h3 {
	margin: 15px 30px;
	font-size: 24px;
	color: #005177;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
.as_list_box h4 {
	padding: 5px 5px 5px 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2E749A;
	margin-left: 30px;
	float: none;
}
.as_list_box p{
margin: 15px 30px;
}
.as_list_box p img{
margin: 0px 0px 5px 5px;
float: right;
}
ol.flow {
counter-reset:num;
list-style-type: none!important;
margin: 15px 180px 15px 60px;
}
ol.flow li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.6em 1em 1em 30px;
}

ol.flow li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #555;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

ul.anaunse {
	margin: 15px 60px;
}

ul.anaunsefloat{
	margin: 15px 30px;
	width: 260px;
	background-color: #FFF;
	float:  left;
}

.cont_list .list_box {
	width: 32%;
	background-color: #FFF;
}

.cont_list .list_box:hover {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}

.item h3 , .item h4 {
	padding: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2E749A;
	margin-left: 10px;
}

.btn_download a {
	width: 250px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #066C93;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin: 20px 0px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	text-align: center;
}
.btn_download a:hover {
	background-color: #FFF;
	color: #066C93;
	border: 1px solid #066C93;
}

/*****************************************************
-----（1100px以下）-----
******************************************************/
@media screen and (max-width:1100px) {

.pickup_list_box p {
 width: 53%;
}
.pickup_list_box img{
 width: 35%;
}

}
/*****************************************************
-----（760px以下）-----
******************************************************/
@media screen and (max-width:760px) {

.pickup_list_box p {
margin: 0px 30px;
width: auto;
float: none;
}
.pickup_list_box img{
float: none;
width: 60%;
margin:10px 30px;
}

.cont_list .list_box {
width: 48%;
}

.conctop_list_box {
	width: 100%;
}
.conctop_list_box img{
	width: 35%;
	float: left;
	margin-left: 10px;
}
.conctop_list_box h3{
	width: 58%;
	float: right;
	margin: 15px 10px 10px 0px;
}
.conctop_list_box p{
	float: right;
	width: 59%;
	margin: 0px 10px 10px 0px;
}


.item h4 {
 margin: 0px 10px;
	padding: 3px 0px;
 border-left:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
}

.list_box p{
margin: 10px;
}

ol.flow {
margin: 15px 60px 15px 60px;
}

}

/*****************************************************
-----（560px以下）-----
******************************************************/
@media screen and (max-width:560px) {

.conctop_list_box h3{
	width: 53%;
}
.conctop_list_box p{
	width: 56%;
}
.pickup_list_box h3 {
	margin: -120px 10px 0px;
	font-size: 20px;
}
.pickup_list_box p {
margin: 10px;
}
.pickup_list_box img{
width: 80%;
margin:10px;
}
.pickup_list_box p.list_title{
	margin: 0px 10px 5px;
	font-size: 18px;
}
.pickup_list_box ul {
	margin: 0 10px 10px 2em;
}

.as_list_box{
	margin: 10px;
}

.as_list_box h3 {
	margin: 15px;
}
.as_list_box h4 {
	margin-left: 15px;
}
.as_list_box p{
margin: 15px;
}
.as_list_box p img{
margin: 5px;
float: right;
}
ol.flow {
margin: 0px 10px 0px 20px;
}
.btn_download a {
	width: 220px;
	margin: 0px;
}
ul.anaunse {
margin: 15px;
}

}