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

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

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

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

.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 h4 {
	padding: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2E749A;
	margin-left: 10px;
}

.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;
}

ol.flow li video {
	top: 0;
	left: 0;
 	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

ol.flow li table {
  	margin: 15px 0 0 30px;
	border: 1px solid;
}

ol.flow li table td {
  	padding: 4px;
	border: 1px solid;
}

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

ul.anaunsefloat{
	margin: 15px 60px;
	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: 400px;
	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;
}

.btn_download_02 a {
	width: 300px;
	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_02 a:hover {
	background-color: #FFF;
	color: #066C93;
	border: 1px solid #066C93;
}

ol.step {
	display: flex;
	width: 96%;
	margin: 0 0 20px 20px;
	padding: 0;
	gap: 2px;
}

ol.step li.item-polygon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	padding: 0 28px;
	flex: 1;
	list-style: none;
	background-color: #32cd32;
	text-align: center;
	color: #fff;
	clip-path: polygon(0% 0%, calc(100% - 28px) 0%, 100% 50%, calc(100% - 28px) 100%, 0% 100%, 28px 50% );
	margin: 0 -10px;
}

ol.step li.item-square {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 120px;
    height: 60px;
	flex: 1;
	list-style: none;
    background-color: #32cd32;
    border: 1px solid #fff;
    border-radius: 10px;
	text-align: center;
	color: #fff;
}

/*
ol.step li.item:first-child {
	clip-path: polygon(0% 0%, calc(100% - 28px) 0%, 100% 50%, calc(100% - 28px) 100%, 0% 100% );
	margin-left: 0;
	padding-left: 0;
}

ol.step li.item:last-child {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 28px 50% );
	margin-right: 0;
	padding-right: 0;
}
*/

ol.step li.item--current_01 {
	background-color: #00bfff;
	color: #fff;
}

ol.step li.item--current_02 {
	background-color: #0000cd;
	color: #fff;
}

ol.step li.item--current_03 {
	background-color: #1e90ff;
	color: #fff;
}

ol.step li.item--current_04 {
	background-color: #ff8c00;
	color: #fff;
}

.step-text {
  display: block;
}

.arrow{
	position: relative;
	display: inline-block;
	margin: auto;
	/*padding: 0 0 0 26px;*/
    width: 30px;
    height: 60px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow-bold::before{
	left: 2px;
	width: 18px;
	height: 12px;
	background: #c0c0c0;
}

.arrow-bold::after{
	left: 6px;
	width: 12px;
	height: 12px;
	border-top: 6px solid #c0c0c0;
	border-right: 6px solid #c0c0c0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

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


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

.cont_list .list_box {
width: 48%;
}

.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;
}

}

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




}