@charset "UTF-8";



.busi02-title {
	background: url(/assets/images/common/pas-01.svg) no-repeat #0068B6 bottom right / 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.icon01 {
	width: 30px;
    display: inline-block;
}


/*検索フォーム*/
#form2{
	/*position:relative;*/
	width:100%;	
	margin-bottom:20px;
}
#sbox2{
	height:30px;
	padding:0 10px; 
	width: 100%;
	/*position:absolute; 
	left:0;
	top:0; */
	border:none;
	outline:0;
	/*background:#eee;*/	
}
#sbtn2{
	width: 30px;
	height:30px;
	/*position:absolute; 
	left:255px;/*アイコン左右の位置調整*/
	top:0;*/
	background:none;
	color:#fff;
	background: #666;
	border:none;
	font-size:16px;/*アイコンサイズ*/
}
#sbtn5:hover{
	color:#7fbfff;
}

.caset01 a {
	position: relative;
	padding: 1.5em 4em 1.5em 1.5em;
	display: block;
	color: #0068B6;
	background:#fff;
	border-left: solid 2px #0068B6;
	border-top: solid 1px #DDDADA;
	border-right: solid 1px #DDDADA;
	border-bottom: solid 1px #DDDADA;
}
.caset01 a::before{		/*タイトル横の矢印*/
	content:"";
	width: 17px;
	height: 17px;
	background: url(/assets/images/common/icon-arrow.svg) no-repeat #0068B6 center center / 10px;
	position: absolute;
	top:calc( 50% - 8px );
	right: 3%;
}
.caset01 a:hover {
	color: #000;
}

table {
	width: 100%;
}





/*PCのみ*/
@media (min-width: 768px) {

		.busi01-chara {
			position: absolute;
			bottom: 0;
			right: 0;
			width: 65%;
		}
		.busi02 {
		  position: relative;
		}
		.busi02::before {
		  position: absolute;
		  top: 30px;
		  left: 50%;
		  transform: translateX(-50%);
		  -webkit- transform: translateX(-50%);
		  width: 30px;
		  height: 1px;
		  background: #fff;
		  content: "";
		}

}

@media (max-width: 768px) {

		.sp-d-block {
			display: block;
		}



}



