/* =================

common

================= */


.p_top{
    background:url(../img/img_sozoku.jpg) no-repeat 100% 60% / cover;
    height: 420px;
    position: relative;
    z-index:0;
    overflow: hidden;
    padding-top: 75px;
}


.contact .p_top{
    background:url(../img/img_contact.jpg) no-repeat 100% 30% / cover;
}

.p_top:before{
    content: "";
    background:  linear-gradient(to right,rgba(28,76,143,0.8),rgba(56,177,246,.8));;
    position: absolute;
    width: 100%;
    height: 1000px;
    top: -120%;
    left: 0%;
    z-index: -1;
    transform: skewY(-45deg);
}

.p_title{
    width: 100%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p_title span{ 
    color: #fff;
    font-weight: bold;
    padding-top: 16px;

}

.p_top h2{
    color:#fff;
    font-weight: bold;
    mix-blend-mode: screen;
}




.page_h2{
    margin-bottom: 3%;
	line-height: 2.5rem;
}


.well{
    background: var(--pastel-blue);
    padding: 6%;
}


.page_contents{
    padding-top: 60px;
}

.page_h3{
    font-weight: bold;
    border-left: 3px solid var(--blue);
    padding-left: 20px;
    border-bottom: 1px solid gray;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 3%;
}

.h4_area{
    padding-top: 40px;
    padding-left: 3%;
}


.h4_area h4{
    font-weight: bold;
}

.h4_border{
    border-bottom: 1px solid gray;
    display: block;
    position: relative;
	margin-bottom: 3%;
}

.h4_border::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: var(--blue);
    top: -1px;
}



/* ========= breadcrumb ======== */


.breadcrumb{
    padding: 3% 0 0;
    color: gray;
}

.breadcrumb p{
	display: inline-block;
}

.breadcrumb a{
    padding:0 10px;
}


.breadcrumb p{
    padding-left: 10px;
}



/* ========= table-rule ======== */


.table-rule .title{
    padding-bottom: 10%;
  }
  
  .table-rule-box{
    background: var(--gray-blue);
  }
  
  
  .table-rule-box table{
    width: 100%;
    margin: 0 auto;
	padding: 3%;
  }
  
  
  table{
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px;
  }

  .table-head{
	font-weight: bold;
  }

  .table-th{
	padding: 1% 3%;
	width: 10%;
	text-align: left;
	vertical-align: middle;
	background: var(--blue);
	font-weight: bold;
	color: #fff;
	text-align: center;
}
  
  
  .table-head td,
  .table-head-cl{
    background: var(--blue);
    color: #fff;
    padding: 1%;
    width: calc(100% / 4);
    vertical-align: middle;
  }
  
  .table-body{
    background: var(--gray);
    padding: 1% 3%;
    width: calc(100% / 4);
    text-align: left;
    vertical-align: middle;
  }

  


  /* ====================================== */
  

  .btn_detail{
	display: block;
    width: 100%;
    border: 1px solid var(--blue);
    background: #fff;
    font-weight: bold;
    padding: 4%;
    text-align: center;
	margin-top: 5%;
	transition: all .5s;
	color: var(--blue);
  }

  .btn_detail:hover {
	border: 1px solid #fff;
    background: var(--blue);
	color: #fff!important;
  }


  .btn_detail span{
    padding-left: 6%;
  }

  

.contact_tel{
	width:100%;
	margin:40px auto;
	transition: all .5s;
}

.contact_tel .sp_2{
	border: 1px solid var(--blue);
}

.contact_tel:hover{
    opacity: .7;
}

.contact_tel a,
.contact_tel a img{
	display:block;
	width:100%;
}

.pulldown_wrap {
	position: relative;
}

.pulldown_wrap:after {
	position: absolute;
	top: 35%;
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #2d2d2d;
	border-right: 3px solid #2d2d2d;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
	content: ""; 
}

#user_cotegory {
	background: #fff;
    padding: 10px;
    width: 100%;
}




.form-box{
	background: var(--pastel-blue);
    position: relative;
    overflow:hidden;
    margin-bottom:80px;
}

.form-box #form-wrap{
	width:90%;
	margin:40px auto;
}

.form-box #form-wrap .form-table{
	width:100%;
}

.form-box #form-wrap .form-table td,
.form-box #form-wrap .form-table th{
	padding:25px 10px;
	text-align:left;
}

.form-box #form-wrap .form-table th{
	width:30%;
	color:#1f4987;
	vertical-align:top;
	padding-top:35px;
}

.form-box #form-wrap .form-table th span.required{
	background:#fff;
	color:#fa6e6e;
	border:solid 1px #fa6e6e;
	padding:3px 15px;
	margin-right:10px;
}

.form-box #form-wrap .form-table td{
	vertical-align:top;
}

.form-box #form-wrap .form-table td textarea,
.form-box #form-wrap .form-table td input[type="text"]{
	background:#fff;
	width:100%;
	padding:10px;
}

.form-box #form-wrap .aligncenter{
	text-align:center;
	color:#1f4987;
	font-weight:500;
	margin-bottom:15px;
}

.form-box #form-wrap .privacy{
	background:#fff;
	height:200px;
	overflow-y:auto;
	padding:20px;
}

.form-box #form-wrap .privacy h2.privacy-title{
	font-size:140%;
	color:#333;
	margin-bottom:10px;
}

.form-box #form-wrap .privacy p{
	width:95%;
	margin:auto;
	color:#333;
}

.form-box #form-wrap label{
	text-align:center;
	display:block;
	margin:40px auto;
	color:#1f4987;
}

.form-box #form-wrap label input[type="checkbox"]{
	width:20px;
	height:20px;
	border:solid 1px #1f4987;
	margin-right:10px;
	-webkit-appearance:auto;
	appearance:auto;
}

.form-box #form-wrap input[type="submit"].submit-btn{
	display:block;
	width:300px;
	text-align:center;
	color:#fff;
	background:#1f4987;
	padding:15px 30px;
	margin:auto;
	font-size:var(--font-b);
}

.err_mes{
	background:#fff;
	border:solid 1px #fa6e6e;
	margin:20px auto;
	padding:20px;
}

.err_mes li{
	color:#fa6e6e;
}

.youken{
	width:95%;
	margin:10px auto 60px;
}

.youken dt{
	color:#1f4987;
	padding-left:40px;
	position:relative;
}
 dl.youken dt::before{
	content:"";
	width:20px;
	height:2px;
	background:#1f4987;
	position:absolute;
	left:0;
	top:50%;
	margin-bottom:5px;
}

.sadame li,
.youken dd{
	color:#333;
	margin-bottom:15px;
}

ul.sadame{
	width:100%;
	margin:10px auto 3%;
	border:solid 1px #777;
	padding:30px;
}


ul.sadame li{
	width:95%;
	margin:auto auto 0;
}

ul.sadame li::before{
	content:"■";
	color: var(--blue);
}


.table-div{
	margin-bottom: 60px;
}

.yuigon .table-th{
	background: var(--pastel-blue);
	color: var(--color);
}
.table-caption{
	text-align:center;
	font-size:var(--font-c);
	color:#fff;
	background:#1f4987;
	padding:8px 0;
}

.nagare{
	background:#f4faff;
	width:100%;
	margin:10px auto 60px;
	padding:40px;
}

.nagare li{
	background:#fff;
	padding:40px;
	margin-bottom:65px;
	position:relative;
}

.nagare li::before{
	content:"";
	position:absolute;
	width:3px;
	height:25px;
	background:#1f4987;
	bottom:-45px;
	left:50%;
}

.nagare li:last-child{
	margin-bottom:0;
}

.nagare li:last-child::before{
	content:none;
}

.nagare li dt{
	color:#1f4987;
	margin-bottom:10px;
	font-size:var(--font-c);
}

.introduction table,
.office table{
	width:100%;
	padding:0;
	margin:0 auto;
}


.introduction table td,
.introduction table th,
.office table td,
.office table th{
	padding:20px;
	text-align:left;
	vertical-align:middle;
}

.introduction table th,
.office table th{
	padding-left:40px;
	position:relative;
	color:#1f4987;
}

.introduction table th::before,
.office table th::before{
	content:"";
	width:20px;
	height:3px;
	background:#1f4987;
	position:absolute;
	left:0;
	top:50%;
	margin-bottom:5px;
}

.introduction table th::before{
	top:34px;
}


/* .introduction table td,
.office table td{
	font-size:var(--font-d);
} */

main.introduction .introduction_inner{
	background:#f4faff;
	width:100%;
	margin-top:50px;
	padding-bottom:60px;
}

.introduction table,
main.introduction .daihyou{
	background:#fff;
	padding:40px 80px;
	position:relative;
}

main.introduction .daihyou dl{
	width:65%;
}

main.introduction .daihyou dl dt{
	color:#1f4987;
	border-bottom:solid 1px #1f4987;
	font-size:var(--font-a);
	padding:5px 10px;
	line-height:2.5rem;
	vertical-align:bottom;
	position:relative;
}

main.introduction .daihyou dl dt img{
	width:1em;
	margin-right:10px;
	margin-top:-10px;
	position:absolute;
	left:11px;
	top:21px;
}

main.introduction .daihyou dl dt span.katagaki{
	margin-bottom:10px;
	margin-left:40px;
	vertical-align:top;
}

main.introduction .daihyou dl dt span{
	font-size:var(--font-d);
}

main.introduction .daihyou img.master{
	position:absolute;
	right:10px;
	bottom:0;
}

main.introduction .daihyou dl dt span.kana{
	margin-left:20px;
	top:-5px;
	position:relative;
}

main.introduction .daihyou dl dd{
	padding:15px;
	vertical-align:bottom;
	position:relative;
}

.introduction table td,
.introduction table th{
	vertical-align:top;
}

.introduction table td.year{
	font-weight:500;
}







@media screen and (max-width: 1080px){
	.p_title{
		display:block;
		position:relative;
		height:100%;
	}

	.p_title h2{
		top:50%;
		transform: translateY(-50%);
		position:relative;
	}

	.form-box #form-wrap .form-table th{
		width:40%;
	}

	.yuigon table.hikaku_tbl td,
	.yuigon table.hikaku_tbl th{
		padding:20px;
	}

	.bc_span{
		display:none;
	}
	
	.about{
		height:auto;
	}

	.pulldown_wrap:after {
		top: 43%;
	}
	

}


@media screen and (max-width: 640px){
/* ========= table ======== */
	.table-div table {
	    width: 100%;
	    border-collapse: collapse;
	    min-width: 600px;
	    font-size: var(--font-d);
	}

	.table-head td{
	    padding: 3%;
	}

	.table-rule-box{
		padding: 6% 0;
	}

	.table-div{
		overflow-x: scroll;
	}

	.introduction table td,
	.introduction table th,
	.office table td,
	.office table th,
	.form-box #form-wrap .form-table td,
	.form-box #form-wrap .form-table th{
		width:100%;
		display:block;
		padding:10px;
	}

	.form-box #form-wrap .form-table td{
		margin-bottom:20px;
	}

	.introduction table th,
	.office table th{
		padding-left:40px;
		padding-bottom:0;
	}

	.yuigon ul.nagare{
		padding:25px;
	}
	
	.introduction table,
	main.introduction .daihyou,
	.nagare li,
	.yuigon table.hikaku_tbl td,
	.yuigon table.hikaku_tbl th{
		padding:15px;
	}

	main.introduction .daihyou dl{
		width:100%;
	}
	
	main.introduction .daihyou img.master{
		width:30%;
		position:relative;
		left:70%;
	}

	main.introduction .daihyou dl dt{
		line-height:2rem;
	}
	
	main.introduction .daihyou dl dt span.katagaki{
		margin-left:30px;
	}

	main.introduction .daihyou dl dd{
		padding:5px;
	}

	main.introduction .daihyou dl dt span.kana{
		display:block;
		margin-left:0;
	}
	
	.introduction table th::before{
		top:25px;
	}

	.introduction table td.year{
		font-weight:500;
		margin-bottom:0;
		padding:0;
	}

	.introduction table td{
		padding-top:0;
	}
	
	.introduction table,
	.office table{
		margin-bottom:30px;
	}
	
	.box2{
		padding-bottom:50px;
	}

	/* 
    ====================

    extra

    ==================== */

    .btn_detail {
        margin-top: 10%;
    }



}



	/* 
    ====================

    extra

    ==================== */

	
    /* =============common============= */

	.page_breadcrumb{
		padding-top: 95px;
	}

	.padding-left{
		padding-left: 0;
	}

	.h4_p{
		padding-bottom: 3%;
	}

	.underline{
		background: var(--yellow);
	}

	.ex-padding{
		padding-left: 3%;
	}

	.left{
		text-align: left!important;
	}

	.pagetop_img{
		padding: 4% 0;
	}

	.pagetop_img img{
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.link-border{
		color: var(--sub-blue);
		transition: all .3s;
		border-bottom: 1px solid transparent;
	}

	.link-border:hover{
		border-bottom: 1px solid var(--sub-blue);
	}

	/* ========= page ======== */


	.isan_top{
		background: url(../img/img_isan.jpg) no-repeat 100% 60% / cover;
	}

	.saimu_top{
		background: url(../img/img_saimu.jpg) no-repeat 100% 60% / cover;
	}

	.shougyou_top{
		background: url(../img/img_shogyo.jpg) no-repeat 100% 60% / cover;
	}

	.yuigon_top{
		background: url(../img/img_yuigon.jpg) no-repeat 100% 60% / cover;
	}

	.kazoku_top{
		background: url(../img/img_kazoku.jpg) no-repeat 100% 60% / cover;
	}

	.tokutei_top{
		background: url(../img/img_saiban.jpg) no-repeat 100% 60% / cover;
	}

	.fudousan_touki_top{
		background: url(../img/img_hudosan.jpg) no-repeat 100% 60% / cover;
	}

	.sonota_touki_top{
		background: url(../img/img_sonota_touki.jpg) no-repeat 100% 60% / cover;
	}

	.office_top{
		background: url(../img/img_office.jpg) no-repeat 100% 60% / cover;
	}

	.introduction_top{
		background: url(../img/img_office.jpg) no-repeat 100% 60% / cover;
	}


    /* =============service============= */

	.service_contents{
		display: flex;
		justify-content: space-between;
	}

	.service_item{
		width: 90%;
		align-items: end;
		display: flex;
		height: 300px;
		transition: all 0.5s ease-in-out;
		overflow: hidden;
		position: relative;
		font-size: var(--font-c);
	}

	.service_item::after{
		background: url(../img/img_sozoku.jpg) no-repeat center / cover;
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		transition: all .3s ease-out;
		z-index: -1;
	}

	.service_item:hover:after{
		transform: scale(1.1);
	}


	.service_item:first-child{
		margin:0 20px 20px 0;
	}




	.si2::after{
		background: url(../img/img_isan.jpg) no-repeat center / cover;
	}

	.si3::after{
		background: url(../img/img_hudosan.jpg) no-repeat center / cover;
	}

	.si4::after{
		background: url(../img/img_shogyo.jpg) no-repeat center / cover;
	}

	.si5::after{
		background: url(../img/img_yuigon.jpg) no-repeat center / cover;
	}

	.si6::after{
		background: url(../img/img_saimu.jpg) no-repeat center / cover;
	}

	.si7::after{
		background: url(../img/img_kazoku.jpg) no-repeat center / cover;
	}

	.si8::after{
		background: url(../img/img_saiban.jpg) no-repeat center / cover;
	}

	.service_title{
		background: url(../img/hiyou_back.png) no-repeat center / cover;
		width: 100%;
		height: 60px;
		padding-right: 10%;
		display: flex;
		justify-content: end;
		align-items: center;
		color: #fff;
	}


	.service_item span{
		background: url(../img/icon_sozoku_w.png) no-repeat center / contain;
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.si2 span{
		background: url(../img/icon_isan_w.png) no-repeat center / contain;
	}

	
	.si3 span{
		background: url(../img/icon_hudosan_w.png) no-repeat center / contain;
	}

	.si4 span{
		background: url(../img/icon_shogyo_w.png) no-repeat center / contain;
	}

	.si5 span{
		background: url(../img/icon_yuigon_w.png) no-repeat center / contain;
	}

	.si6 span{
		background: url(../img/icon_saimu_w.png) no-repeat center / contain;
	}

	.si7 span{
		background: url(../img/icon_kazoku_w.png) no-repeat center / contain;
	}

	.si8 span{
		background: url(../img/icon_saiban_w.png) no-repeat center / contain;
	}



/* =============saimu============= */

.saimuseiri th, 
.saimuseiri td{
	width: 10%;
}

.saimuseiri td{
	text-align: left!important;
	width: 20%;
	font-size: var(--font-d);
	line-height: 1.4rem!important;
}

.saimuseiri_link{
	border-bottom: 1px solid transparent;
	color: var(--sub-blue);
	transition: all .3s;
}

.saimuseiri_link:hover{
	border-bottom: 1px solid var(--sub-blue);
}



/* =============fudousan============= */



.fudousan_touki td{
	width: 20%;
}

.fudousan_touki	 .table-div{
	margin-bottom: 0;
}	


/* =============teitouken============= */

.teitouken td{
	width: 20%;
}



/* ========= page ======== */


.costlist {
	margin: 10% auto;
}

.costlistbox {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.cost_list_a {
	display: block;
	margin-bottom: 5%;
}

.costlist a:last-child {
	margin-bottom: 0;
}

.costlist_bg01 {
	background: url(../img/img_sozoku.jpg) no-repeat 100% 60% / cover;
	position: absolute;
    width: 100%;
    height: 100%;
}

.costlist_bg02 {
	background: url(../img/img_isan.jpg) no-repeat 100% 65% / cover;
    position: absolute;
    width: 80%;
    height: 100%;
    left: -10%;
}

.costlist_bg03 {
	background: url(../img/img_saimu.jpg) no-repeat 100% 50% / cover;
	position: absolute;
    width: 80%;
    height: 100%;
}

.costlist_bg04 {
	background: url(../img/img_shogyo.jpg) no-repeat 100% 60% / cover;
	position: absolute;
    width: 120%;
    height: 100%;
	left: -40%;
}

.costlist_bg05 {
	background: url(../img/img_yuigon.jpg) no-repeat 100% 65% / cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30%;
}

.costlist_bg06 {
	background: url(../img/img_kazoku.jpg) no-repeat 100% 80% / cover;
    position: absolute;
    width: 80%;
    height: 100%;
    left: -10%;
}

.costlistbox::after {
	content: '';
    background-color: var(--blue);
    position: absolute;
    right: -20%;
    width: 65%;
    height: 100%;
    transform: skewX(-45deg);
}





.costlistbox p {
	font-weight: bold;
	color: #fff;
	z-index: 100;
    position: absolute;
    right: 3%;
    top: 40%;
	font-size: var(--font-c);
}

.costlistbox:hover .costlist_bg01 {
	transform: scale(1.1);
	transition: 0.5s;
}

.costlistbox:hover .costlist_bg02 {
	transform: scale(1.1);
	transition: 0.5s;
}

.costlistbox:hover .costlist_bg03 {
	transform: scale(1.1);
	transition: 0.5s;
}

.costlistbox:hover .costlist_bg04 {
	transform: scale(1.1);
	transition: 0.5s;
}

.costlistbox:hover .costlist_bg05 {
	transform: scale(1.1);
	transition: 0.5s;
}

.costlistbox:hover .costlist_bg06 {
	transform: scale(1.1);
	transition: 0.5s;
}


    /* =============costpage============= */

	.cost_table {
		padding: 3%;
		padding-bottom: 0;
		font-size: 90%;
	}

	.cost_table .table-body{
		text-align: center;
	}


	.table-attention{
		padding: 3%;
	}

	.cost_saimu_fc{
	padding-bottom: 5%;
	}


	.cost_saimu .cost_table .table-th{
		width: calc(100% / 4 )!important;
		text-align: center;
	}

	.cost_touki .table-body {
		text-align: center;
		font-weight: normal;
	}


	/* =============saimuseiripage============= */


	.page_btn{
		margin-top: 3%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}



	.btn_box{
		
		display: flex;
		justify-content: space-between;
	}

	.btn_box:not(:last-child){
		margin-bottom: 2%;

	}

	.btn_box a{
		width: 49%;
	display: flex;
    padding: 3%;
    border: 1px solid var(--blue);
    justify-content: center;
	align-items: center;
	}

	.btn_box a:hover{
		border: 1px solid #fff;
		background: var(--blue);
		color: #fff;
		transition: .5s;
	}

	
	.btn_box a:hover.btn_box p {
		transform: translateX(10px);
	}

	.btn_box p{
		margin-left:3%;
	}

	.cost_btn{
		width: 100%;
		background: var(--sub-blue);
	}

	.cost_btn a{
		border: 1px solid var(--sub-blue)!important;
	}

	.cost_btn a:hover{
		background: #fff!important;
		color: var(--sub-blue)!important;
		border: 1px solid var(--sub-blue);
	}

	.cost_btn a{
		width: 100%;
		color: #fff;
	}




	.flow_img{
		width: 100%;
		text-align: center;
		margin-bottom: 3%;
	}

	.flow_img img{
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.flow_p{
		width: 90%;
		margin: 0 auto;
	}


	/* ========= service page table-rule ======== */

		.center {
			text-align: center;
		}

		.right {
			text-align: right!important;
		}

		.isan_seiri td {
			width: 20%;
		}

	@media screen and (max-width:640px){
		.btn_box a{
			width: 100%;
			padding: 6%;
		}
		.btn_box a:first-child{
			margin-bottom: 3%;
		}
		.btn_box{
			margin-bottom: 2%;
		}
		.btn_box p {
			margin-left: 5%;
		}
		.page_btn{
			margin-top:10%;
		}
		.btn_box{
			flex-direction: column;
		}
		.cost_btn a{
			margin-bottom: 0!important;
		}

		.flow_img img{
			width: 100%;
		}

		/* =============service============= */

		.service_contents{
			flex-direction: column;
		}
		.service_item{
			width: 100%;
			margin-bottom:5%;
		}
			
		/* =============table============= */
		
		table td,
		.table-th{
			border: 3px solid #fff;
		}


		/* =============cost============= */


		.costlist_bg01 {
			background: url(../img/img_sozoku.jpg) no-repeat 100% 60% / cover;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
		}
		
		.costlist_bg02 {
			background: url(../img/img_isan.jpg) no-repeat 100% 100% / cover;
			position: absolute;
			width: 130%;
			height: 100%;
			left: -20%;
		}
		
		.costlist_bg03 {
			background: url(../img/img_saimu.jpg) no-repeat 100% 100% / cover;
			position: absolute;
			width: 135%;
			height: 100%;
			left: 0;
		}
		
		.costlist_bg04 {
			background: url(../img/img_shogyo.jpg) no-repeat 100% 100% / cover;
			position: absolute;
			width: 145%;
			height: 100%;
			left: -20%;
		}
		
		.costlist_bg05 {
			background: url(../img/img_yuigon.jpg) no-repeat 100% 100% / cover;
			position: absolute;
			width: 130%;
			height: 100%;
			left: -30%;
		}
		
		.costlist_bg06 {
			background: url(../img/img_kazoku.jpg) no-repeat 100% 100% / cover;
			position: absolute;
			width: 130%;
			height: 100%;
			left: 0;
		}
		
		.costlistbox::after {
			content: '';
			background-color: var(--blue);
			position: absolute;
			width: 100%;
			height: 40px;
			right: 0;
			bottom: 0;
			transform: none;
		}

		.cl_bg3::after{
			height: 70px;
		}
		
		.costlistbox p {
			color: #fff;
			z-index: 100;
			position: absolute;
			width: 100%;
			top: auto;
			right: 0;
			left: 5%;
			bottom: 5%;
			line-height: 150%;
		}


		.p_top:before{
			content: "";
			width:100%;
			height:calc(100% - 75px);
			top:75px;
			left:0;
			clip-path: polygon(0 25%, 25% 0,100% 0, 100% 75%, 75% 100% ,0 100%);
			background: linear-gradient(to right, rgba(28, 76, 143, 0.8), rgba(56, 177, 246, .8));
			z-index: -1;
			position: absolute;
			transform: none;
		}

		.bc_span{
			display:inline;
		}



	
	}