@charset "utf-8";
/************************************************************************************************************************************
	全ページ共通パーツ的レイアウトのクラスによる適用
************************************************************************************************************************************/
.inner_box {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.section {
	margin-bottom: 90px;
}
.section:last-child {
	margin-bottom: 0px;
}


@media screen and (max-width: 767px) {
	.inner_box {
		width: 100%;
		max-width: auto;
		max-width: inherit;
		padding-left: 5.3333333333333333333333333333333%;	/* 40/750*100 */
		padding-right: 5.3333333333333333333333333333333%;	/* 40/750*100 */
	}
	.inner_box.inner_box_sp_no {
		width: 100%;
	}
}







/** lower_mv *****************************************************************/
#lower_mv {
	position: relative;
	width: 100%;
	padding-bottom: 22.96875%;	/* 441/1920*100 */

	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#business #lower_mv {
	background-image: url('../img/lower_mv_business.png');
}
#company #lower_mv {
	background-image: url('../img/lower_mv_company.png');
}

#recruit #lower_mv {
	background-image: url('../img/lower_mv_business.png');
}
#contact #lower_mv {
	background-image: url('../img/lower_mv_company.png');
}


#lower_mv .inner_box {
	position: absolute;
	top: 0; left: 0; right: 0;
	margin-top: 6.875%;	/* 132/1920*100 */
}

#lower_mv .ttl {
	line-height: 1;
}

#lower_mv .ttl .en,
#lower_mv .ttl .en::before,
#lower_mv .ttl .en::after {
	display: block;
	color: #0c58b5;
	font-size: 80px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0px;
	padding-bottom: 12px;
}
#lower_mv .ttl .en {
	position: relative;
	left: -5px;
}
#lower_mv .ttl .en::before {
	content: attr(title);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#lower_mv .ttl .en::after {
	content: attr(title);
	color: #FFF;
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 1;
}

#lower_mv .ttl .ja {
	display: block;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 5px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#lower_mv {
		padding-bottom: 58.8%;	/* 441/750*100 */
		background-size: cover;
		background-position: left bottom;
		background-repeat: no-repeat;
	}

	#lower_mv .inner_box {
		margin-top: 17.6%;	/* 132/750*100 */
	}

	#lower_mv .ttl .en,
	#lower_mv .ttl .en::before,
	#lower_mv .ttl .en::after {
		font-size: 35px;
		padding-bottom: 6px;
	}
	#lower_mv .ttl .en::after {
		left: 3px;
	}

	#lower_mv .ttl .ja {
		font-size: 20px;
	}
}






/** .common_ttl *****************************************************************/
.common_ttl {
	position: relative;
	color: #0c58b5;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.common_ttl .en {
	display: block;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	margin-bottom: 12px;
}
.common_ttl .en span {
	color: #eeb71c;
}
.common_ttl .ja {
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_ttl {
	}
	.common_ttl .en {
		font-size: 24px;
		margin-bottom: 6px;
	}
	.common_ttl .ja {
		font-size: 14px;
	}
}




.common_ttl2 {
	color: #0c58b5;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_ttl2 {
		font-size: 16px;
	}
}






/** .is_lower .text *****************************************************************/
.is_lower .text {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.5px;
}
.is_lower .text.t_center {
	font-weight: 600;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}






/** .indent *****************************************************************/
.indent {
	position: relative;
	padding-left: 50px;
	margin-bottom: 25px;
}
.indent .number {
	position: absolute;
	left: 0; top: 0;
	color: #3396cb;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	padding-right: 10px;
	border-right: solid 2px #c9c9c9;
}
.indent.bold {
	font-weight: 600;
}
.indent.normal,
.indent .normal {
	font-weight: 400;
}





/** common_btn *****************************************************************/
.common_btn a {
	position: relative;
	display: block;
	overflow: hidden;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 1px;
	text-align: center;
	width: 180px;
  height: 45px;
	margin: 0 auto;
	background-color: #063a6c;
	background-image: url('../img/arrow_left_01.png');
	background-size: 8px 14px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}






/** .common_table *****************************************************************/
table.common_table {
	width: 100%;
	margin: 0 auto 0;
}

table.common_table tbody th,
table.common_table tbody td {
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	padding: 17px 26px;
}

table.common_table tbody th {
	font-weight: 700;
	white-space: nowrap;
	border-bottom: solid 1px #666666;
}

table.common_table tbody td {
	font-weight: 500;
	width: auto;
	border-bottom: solid 1px #666666;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	table.common_table tbody th,
	table.common_table tbody td {
		font-size: 12px;
		padding: 7px 12px;
	}
}
@media screen and (max-width: 320px) {
	table.common_table:not(.break_none) tbody td {
		font-size: 12px;
	}
}






/** .common_table2 *****************************************************************/
table.common_table2 {
	width: 100%;
	margin: 0 auto 0;
}

table.common_table2 thead th {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1.8;
	text-align: center;
	vertical-align: top;
	padding: 25px 25px;
	border: solid 1px #999999;
	background-color: #dbf0fc;
}

table.common_table2 tbody td {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	vertical-align: top;
	padding: 25px 25px;
	border: solid 1px #999999;
	background-color: #FFF;
}

table.common_table2 tbody td:first-child {
	font-weight: 700;
}



@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	table.common_table2 thead th {
	font-size: 12px;
	padding: 7px 12px;
}
		table.common_table2 tbody td {
		font-size: 12px;
		padding: 7px 12px;
	}
}
@media screen and (max-width: 320px) {
	table.common_table2:not(.break_none) tbody td {
		font-size: 10px;
	}
}






/** Googleマップ埋め込みタグをレスポンシブ対応にする *****************************************************************/
.gmap_wrapper {
	position: relative;
	padding-bottom: 35%;
	height: 0;
	margin: 0 auto;

	/* -webkit-clip-path: polygon(0 31%, 100% 0, 100% 76%, 0% 100%);
	clip-path: polygon(0 31%, 100% 0, 100% 76%, 0% 100%); */
}
.gmap_wrapper iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 767px) {
	.gmap_wrapper {
		padding-bottom: 600px;

		/* -webkit-clip-path: polygon(0 20%, 100% 0, 100% 76%, 0% 100%);
		clip-path: polygon(0 20%, 100% 0, 100% 7676%, 0% 100%); */
	}
	.gmap_wrapper iframe {
		position: static;
		height: 600px;
	}
}
@media screen and (max-width: 330px) {
}
@media screen and (max-width: 800px) and (orientation:landscape) {
	.gmap_wrapper {
		padding-bottom: 280px;
	}
	.gmap_wrapper iframe {
		height: 280px;
	}
}





/************************************************************************************************************************************
	ディスプレイ系
************************************************************************************************************************************/
/** flex *****************************************************************/
.flex {
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	/* 以下初期値 **************************************/
	/* 行制御　自動改行 */
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* 表示方向　昇順 */
	-webkit-flex-direction: row;
	flex-direction: row;
}
/* 行制御　flex-wrap
 **************************************/
/* 改行なし */
.wrap-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
/* 自動改行 */
.wrap-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* 自動改行＋行方向の逆方向へ折り返し */
.wrap-reverse {
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
/* 表示方向　flex-direction
 **************************************/
/* 昇順 */
.direction-row {
	-webkit-flex-direction: row;
	flex-direction: row;
}
/* 降順 */
.direction-row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
/* 文字方向準 */
.direction-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
/* 文字方弱向準 */
.direction-column-reverse {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/* 横位置　justify-content
 **************************************/
/* 左寄せ */
.justify-fstart {
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
/* 右寄せ */
.justify-fend {
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
/* 中央寄せ */
.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/* 両端均等配置 */
.justify-between {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* 中央均等配置 */
.justify-around {
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
/* 縦位置　align-items
 **************************************/
/* 上揃え */
.align-fstart {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
/* 下揃え */
.align-fend {
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
/* 中央寄せ */
.align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 最初のflexアイテムのbaseline揃え */
.align-baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}
/* コンテナの高さにflexアイテムが揃う */
.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}


@media print, screen and (min-width: 768px) {
	.pc-flex {
		display:-webkit-box;
		display:-webkit-flex;
		display: flex;
		/* 以下初期値 **************************************/
		/* 行制御　自動改行 */
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		/* 表示方向　昇順 */
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	/* 行制御　flex-wrap
	 **************************************/
	/* 改行なし */
	.pc-wrap-nowrap {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	/* 自動改行 */
	.pc-wrap-wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* 自動改行＋行方向の逆方向へ折り返し */
	.pc-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	/* 表示方向　flex-direction
	 **************************************/
	/* 昇順 */
	.pc-direction-row {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	/* 降順 */
	.pc-direction-row-reverse {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	/* 文字方向準 */
	.pc-direction-column {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	/* 文字方弱向準 */
	.pc-direction-column-reverse {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	/* 横位置　justify-content
	 **************************************/
	/* 左寄せ */
	.pc-justify-fstart {
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	/* 右寄せ */
	.pc-justify-fend {
		-webkit-box-pack: flex-end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	/* 中央寄せ */
	.pc-justify-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	/* 両端均等配置 */
	.pc-justify-between {
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	/* 中央均等配置 */
	.pc-justify-around {
		-webkit-box-pack: space-around;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	/* 縦位置　align-items
	 **************************************/
	/* 上揃え */
	.pc-align-fstart {
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	/* 下揃え */
	.pc-align-fend {
		-webkit-box-align: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	/* 中央寄せ */
	.pc-align-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	/* 最初のflexアイテムのbaseline揃え */
	.pc-align-baseline {
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		align-items: baseline;
	}
	/* コンテナの高さにflexアイテムが揃う */
	.pc-align-stretch {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
}


@media screen and (max-width: 767px) {
	.sp-flex {
		display:-webkit-box;
		display:-webkit-flex;
		display: flex;
		/* 以下初期値 **************************************/
		/* 行制御　自動改行 */
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		/* 表示方向　昇順 */
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	/* 行制御　flex-wrap
	 **************************************/
	/* 改行なし */
	.sp-wrap-nowrap {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	/* 自動改行 */
	.sp-wrap-wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* 自動改行＋行方向の逆方向へ折り返し */
	.sp-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	/* 表示方向　flex-direction
	 **************************************/
	/* 昇順 */
	.sp-direction-row {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	/* 降順 */
	.sp-direction-row-reverse {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	/* 文字方向準 */
	.sp-direction-column {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	/* 文字方弱向準 */
	.sp-direction-column-reverse {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	/* 横位置　justify-content
	 **************************************/
	/* 左寄せ */
	.sp-justify-fstart {
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	/* 右寄せ */
	.sp-justify-fend {
		-webkit-box-pack: flex-end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	/* 中央寄せ */
	.sp-justify-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	/* 両端均等配置 */
	.sp-justify-between {
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	/* 中央均等配置 */
	.sp-justify-around {
		-webkit-box-pack: space-around;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	/* 縦位置　align-items
	 **************************************/
	/* 上揃え */
	.sp-align-fstart {
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	/* 下揃え */
	.sp-align-fend {
		-webkit-box-align: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	/* 中央寄せ */
	.sp-align-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	/* 最初のflexアイテムのbaseline揃え */
	.sp-align-baseline {
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		align-items: baseline;
	}
	/* コンテナの高さにflexアイテムが揃う */
	.sp-align-stretch {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
}




/** displayの強制指定 *****************************************************************/
.tb-show {
	display: none !important;
}
br.tb-show {
	display: none !important;
}
span.tb-show {
	display: none !important;
}
.sp-show {
	display: none !important;
}
br.sp-show {
	display: none !important;
}
span.sp-show {
	display: none !important;
}
.sp_min-show {
	display: none !important;
}
br.sp_min-show {
	display: none !important;
}
span.sp_min-show {
	display: none !important;
}

@media print, screen and (max-width: 1024px) {
	.tb-hide {
		display: none !important;
	}
	.tb-show {
		display: block !important;
	}
	br.tb-show {
		display: inline !important;
	}
	span.tb-show {
		display: inline !important;
	}
}

@media screen and (max-width: 767px) {
	.sp-hide,
	br.sp-hide {
		display: none !important;
	}
	.sp-show {
		display: block !important;
	}
	br.sp-show {
		display: inline !important;
	}
	span.sp-show {
		display: inline !important;
	}
}

@media print, screen and (max-width: 360px) {
	.sp_min-hide,
	br.sp_min-hide {
		display: none !important;
	}
	.sp_min-show {
		display: block !important;
	}
	br.sp_min-show {
		display: inline !important;
	}
	span.sp_min-show {
		display: inline !important;
	}
}






/** margin-bottomの強制指定 5px単位/最大60pxまで *****************************************************************/
.mg-b-05 { margin-bottom:  5px !important; }
.mg-b-10 { margin-bottom: 10px !important; }
.mg-b-15 { margin-bottom: 15px !important; }
.mg-b-20 { margin-bottom: 20px !important; }
.mg-b-25 { margin-bottom: 25px !important; }
.mg-b-30 { margin-bottom: 30px !important; }
.mg-b-35 { margin-bottom: 35px !important; }
.mg-b-40 { margin-bottom: 40px !important; }
.mg-b-45 { margin-bottom: 45px !important; }
.mg-b-50 { margin-bottom: 50px !important; }
.mg-b-55 { margin-bottom: 55px !important; }
.mg-b-60 { margin-bottom: 60px !important; }
@media print, screen and (min-width: 768px) {
	.mg-b-05-pc { margin-bottom:  5px !important; }
	.mg-b-10-pc { margin-bottom: 10px !important; }
	.mg-b-15-pc { margin-bottom: 15px !important; }
	.mg-b-20-pc { margin-bottom: 20px !important; }
	.mg-b-25-pc { margin-bottom: 25px !important; }
	.mg-b-30-pc { margin-bottom: 30px !important; }
	.mg-b-35-pc { margin-bottom: 35px !important; }
	.mg-b-40-pc { margin-bottom: 40px !important; }
	.mg-b-45-pc { margin-bottom: 45px !important; }
	.mg-b-50-pc { margin-bottom: 50px !important; }
	.mg-b-55-pc { margin-bottom: 55px !important; }
	.mg-b-60-pc { margin-bottom: 60px !important; }
}
@media screen and (max-width: 767px) {
	.mg-b-05-sp { margin-bottom:  5px !important; }
	.mg-b-10-sp { margin-bottom: 10px !important; }
	.mg-b-15-sp { margin-bottom: 15px !important; }
	.mg-b-20-sp { margin-bottom: 20px !important; }
	.mg-b-25-sp { margin-bottom: 25px !important; }
	.mg-b-30-sp { margin-bottom: 30px !important; }
	.mg-b-35-sp { margin-bottom: 35px !important; }
	.mg-b-40-sp { margin-bottom: 40px !important; }
	.mg-b-45-sp { margin-bottom: 45px !important; }
	.mg-b-50-sp { margin-bottom: 50px !important; }
	.mg-b-55-sp { margin-bottom: 55px !important; }
	.mg-b-60-sp { margin-bottom: 60px !important; }
}
/** padding-bottomの強制指定 5px単位/最大60pxまで *****************************************************************/
.pd-b-05 { padding-bottom:  5px !important; }
.pd-b-10 { padding-bottom: 10px !important; }
.pd-b-15 { padding-bottom: 15px !important; }
.pd-b-20 { padding-bottom: 20px !important; }
.pd-b-25 { padding-bottom: 25px !important; }
.pd-b-30 { padding-bottom: 30px !important; }
.pd-b-35 { padding-bottom: 35px !important; }
.pd-b-40 { padding-bottom: 40px !important; }
.pd-b-45 { padding-bottom: 45px !important; }
.pd-b-50 { padding-bottom: 50px !important; }
.pd-b-55 { padding-bottom: 55px !important; }
.pd-b-60 { padding-bottom: 60px !important; }
@media print, screen and (min-width: 768px) {
	.pd-b-05-pc { padding-bottom:  5px !important; }
	.pd-b-10-pc { padding-bottom: 10px !important; }
	.pd-b-15-pc { padding-bottom: 15px !important; }
	.pd-b-20-pc { padding-bottom: 20px !important; }
	.pd-b-25-pc { padding-bottom: 25px !important; }
	.pd-b-30-pc { padding-bottom: 30px !important; }
	.pd-b-35-pc { padding-bottom: 35px !important; }
	.pd-b-40-pc { padding-bottom: 40px !important; }
	.pd-b-45-pc { padding-bottom: 45px !important; }
	.pd-b-50-pc { padding-bottom: 50px !important; }
	.pd-b-55-pc { padding-bottom: 55px !important; }
	.pd-b-60-pc { padding-bottom: 60px !important; }
}
@media screen and (max-width: 767px) {
	.pd-b-05-sp { padding-bottom:  5px !important; }
	.pd-b-10-sp { padding-bottom: 10px !important; }
	.pd-b-15-sp { padding-bottom: 15px !important; }
	.pd-b-20-sp { padding-bottom: 20px !important; }
	.pd-b-25-sp { padding-bottom: 25px !important; }
	.pd-b-30-sp { padding-bottom: 30px !important; }
	.pd-b-35-sp { padding-bottom: 35px !important; }
	.pd-b-40-sp { padding-bottom: 40px !important; }
	.pd-b-45-sp { padding-bottom: 45px !important; }
	.pd-b-50-sp { padding-bottom: 50px !important; }
	.pd-b-55-sp { padding-bottom: 55px !important; }
	.pd-b-60-sp { padding-bottom: 60px !important; }
}
