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

/* 記事部分
--------------------*/
#kiji h2{
	background:url(images/title_bg.png) repeat;
	margin:4% 3% 3%;
	padding:2%;
	border-left:solid 4px #E31414;
}

#img_bg{
	background:url(images/img_bg.png) repeat;
	margin:0 3% 2%;
	padding:5%;
	overflow:hidden;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}

#img_bg img{
	max-width:100%;
	max-height:155px;
}

#kiji p{
	margin:2% 1% 4%;
	padding:2%;
}

.btn1{
	background:url(img/btn_bg.png) repeat left top;
	width:70%;
	margin:0 auto 7%;
	padding:5%;
	display:block;
	text-align:center;
	text-shadow: 0px 1px 1px #044878;
	font-size:20px;
	border:solid 1px #1CA9EB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 0px 1px 1px #044878;
	-webkit-box-shadow:0px 0px 1px 1px #044878;
	box-shadow:0px 0px 1px 1px #044878;
}
 
/*画像の残像切り替えのCSS 2020.12.4 */

.clImg{

    position:relative;
    width:320px;
    margin: auto;
}
    
.clImg img {
	top:30;
	left:0;
 	position:absolute; */
}

.forservice {  
  font-size: larger;
}

ul {
padding: 0;
}
li {
list-style-type: none;
}
dd {
margin-left: 0;
}

.flow {
padding-left: 120px;
position: relative;
}
.flow::before {
content: "";
width: 15px;
height: 100%;
background: #eee;
margin-left: -8px;
display: block;
position: absolute;
top: 0;
left: 120px;
}
.flow > li {
position: relative;
}
.flow > li:not(:last-child) {
margin-bottom: 8vh;
}
.flow > li .icon {
font-size: 12px;
color: #fff;
background: rgb(107,144,219);
background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
padding: 8px 20px;
display: block;
position: absolute;
top: 0;
left: -120px;
z-index: 0; /* 100になってたのを変えました（表示順） 2022.6.10 */
}
.flow > li .icon::after {
content: "";
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #66d5e9;
position: absolute;
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.flow > li dl {
padding-left: 70px;
position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 15px;
}
.flow > li dl::before {
width: 7px;
height: 7px;
margin-top: -3px;
background: #6b90db;
border-radius: 50%;
left: -4px;
}
.flow > li dl::after {
width: 50px;
border-bottom: 1px dashed #999;
position: absolute;
left: 5px;
}
.flow > li dl dt {
font-size: 18px;
font-weight: 600;
color: rgb(107,144,219);
margin-bottom: 1vh;
}






